Searched refs:BTA_SERVICE_DESP_LEN (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_api.c142 p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
143 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
211 p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
212 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
H A Dbta_hl_int.h250 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
263 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
535 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
H A Dbta_hl_main.c702 BCM_STRNCPY_S(p_acb->srv_desp, sizeof(p_acb->srv_desp), p_data->api_reg.srv_desp, BTA_SERVICE_DESP_LEN);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h247 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h372 char srv_desp[BTA_SERVICE_DESP_LEN+1];
H A Dbta_api.h918 #define BTA_SERVICE_DESP_LEN BTA_SERVICE_NAME_LEN macro
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c4302 strncpy(p_acb->srv_desp, p_reg_param->srv_desp, BTA_SERVICE_DESP_LEN);
4345 strncpy(p_data->desp, p_mdep_cfg->mdep_description, BTA_SERVICE_DESP_LEN);

Completed in 366 milliseconds