HomeSort by relevance Sort by last modified time
    Searched refs:BTA_SERVICE_DESP_LEN (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/hl/
bta_hl_api.c 139 p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
140 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
208 p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
209 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
bta_hl_int.h 249 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
262 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
534 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
    [all...]
bta_hl_main.c 701 BCM_STRNCPY_S(p_acb->srv_desp, sizeof(p_acb->srv_desp), p_data->api_reg.srv_desp, BTA_SERVICE_DESP_LEN);
    [all...]
  /system/bt/btif/include/
btif_hl.h 247 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
  /system/bt/bta/include/
bta_hl_api.h 372 char srv_desp[BTA_SERVICE_DESP_LEN+1];
bta_api.h     [all...]
  /system/bt/btif/src/
btif_hl.c     [all...]

Completed in 42 milliseconds