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

  /system/bt/btif/src/
btif_sock_sdp.cc 163 uint32_t handle = SDP_CreateRecord();
214 uint32_t handle = SDP_CreateRecord();
268 uint32_t handle = SDP_CreateRecord();
342 int handle = SDP_CreateRecord();
btif_sdp_server.cc 389 sdp_handle = SDP_CreateRecord();
475 sdp_handle = SDP_CreateRecord();
553 sdp_handle = SDP_CreateRecord();
640 sdp_handle = SDP_CreateRecord();
723 sdp_handle = SDP_CreateRecord();
  /system/bt/bta/ar/
bta_ar.cc 232 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
245 bta_ar_cb.sdp_ct_handle = SDP_CreateRecord();
  /system/bt/bta/hf_client/
bta_hf_client_sdp.cc 83 * SDP_CreateRecord() to create an SDP record.
176 client_cb_arr->sdp_handle = SDP_CreateRecord();
  /system/bt/stack/include/
sdp_api.h 384 * Function SDP_CreateRecord
394 uint32_t SDP_CreateRecord(void);
  /system/bt/stack/pan/
pan_utils.cc 72 sdp_handle = SDP_CreateRecord();
  /system/bt/bta/ag/
bta_ag_sdp.cc 121 * SDP_CreateRecord() to create an SDP record.
223 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
  /system/bt/bta/hd/
bta_hd_act.cc 188 bta_hd_cb.sdp_handle = SDP_CreateRecord();
  /system/bt/bta/hl/
bta_hl_sdp.cc 371 p_cb->sdp_handle = SDP_CreateRecord();
  /system/bt/stack/sdp/
sdp_db.cc 240 * Function SDP_CreateRecord
250 uint32_t SDP_CreateRecord(void) {
270 SDP_TRACE_DEBUG("SDP_CreateRecord ok, num_records:%d", p_db->num_records);
278 SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d",
sdp_api.cc     [all...]
  /system/bt/bta/av/
bta_av_main.cc 665 bta_av_cb.sdp_a2dp_handle = SDP_CreateRecord();
671 bta_av_cb.sdp_a2dp_snk_handle = SDP_CreateRecord();
    [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 761 uint32_t sdp_handle = SDP_CreateRecord();
    [all...]

Completed in 148 milliseconds