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

  /system/bt/btif/src/
btif_sock_sdp.c 167 uint32_t handle = SDP_CreateRecord();
217 uint32_t handle = SDP_CreateRecord();
266 uint32_t handle = SDP_CreateRecord();
335 int handle = SDP_CreateRecord();
btif_sdp_server.c 390 if ((sdp_handle = SDP_CreateRecord()) == 0)
477 if ((sdp_handle = SDP_CreateRecord()) == 0)
557 if ((sdp_handle = SDP_CreateRecord()) == 0)
646 if ((sdp_handle = SDP_CreateRecord()) == 0)
730 if ((sdp_handle = SDP_CreateRecord()) == 0)
  /system/bt/bta/ar/
bta_ar.c 260 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
275 bta_ar_cb.sdp_ct_handle = SDP_CreateRecord();
  /system/bt/bta/av/
bta_av_main.c 457 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
672 bta_av_cb.sdp_a2d_handle = SDP_CreateRecord();
680 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
728 bta_av_cb.sdp_vdp_handle = SDP_CreateRecord();
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 77 ** SDP_CreateRecord() to create an SDP record.
169 bta_hf_client_cb.sdp_handle = SDP_CreateRecord();
  /system/bt/stack/include/
sdp_api.h 411 ** Function SDP_CreateRecord
421 UINT32 SDP_CreateRecord (void);
  /system/bt/stack/pan/
pan_utils.c 69 sdp_handle = SDP_CreateRecord ();
  /system/bt/bta/ag/
bta_ag_sdp.c 122 ** SDP_CreateRecord() to create an SDP record.
228 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
  /system/bt/bta/hl/
bta_hl_sdp.c 401 if ((p_cb->sdp_handle = SDP_CreateRecord()) == 0)
  /system/bt/stack/sdp/
sdp_db.c 269 ** Function SDP_CreateRecord
279 UINT32 SDP_CreateRecord (void)
302 SDP_TRACE_DEBUG("SDP_CreateRecord ok, num_records:%d", p_db->num_records);
310 else SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", SDP_MAX_RECORDS);
    [all...]
sdp_api.c     [all...]
  /system/bt/stack/gatt/
gatt_utils.c     [all...]

Completed in 395 milliseconds