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

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c 141 BCM_STRNCPY_S(p_buf->srv_desp, sizeof(p_buf->srv_desp),
143 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
146 p_buf->srv_desp[0]= '\0';
210 BCM_STRNCPY_S(p_buf->srv_desp, sizeof(p_buf->srv_desp),
212 p_buf->srv_desp[BTA_SERVICE_DESP_LEN]= '\0';
215 p_buf->srv_desp[0]= '\0';
bta_hl_sdp.c 256 if (p_cb->srv_desp[0] )
261 (UINT32)(strlen(p_cb->srv_desp) + 1),
262 (UINT8 *)p_cb->srv_desp);
467 if (p_cb->srv_desp[0] )
472 (UINT32)(strlen(p_cb->srv_desp) + 1),
473 (UINT8 *)p_cb->srv_desp);
bta_hl_int.h 250 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ member in struct:__anon2557
263 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ member in struct:__anon2558
535 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ member in struct:__anon2580
    [all...]
bta_hl_main.c 702 BCM_STRNCPY_S(p_acb->srv_desp, sizeof(p_acb->srv_desp), p_data->api_reg.srv_desp, BTA_SERVICE_DESP_LEN);
    [all...]
bta_hl_act.c     [all...]
  /hardware/libhardware/include/hardware/
bt_hl.h 67 const char *srv_desp; /* service description to be used in the SDP (optional); null terminated */ member in struct:__anon20639
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 242 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ member in struct:__anon2913
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 208 reg_param.srv_desp = NULL;
  /external/bluetooth/bluedroid/bta/include/
bta_hl_api.h 372 char srv_desp[BTA_SERVICE_DESP_LEN+1]; member in struct:__anon2744
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c     [all...]

Completed in 333 milliseconds