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 171 uint32_t handle = SDP_CreateRecord();
222 uint32_t handle = SDP_CreateRecord();
271 uint32_t handle = SDP_CreateRecord();
340 int handle = SDP_CreateRecord();
btif_sdp_server.c 391 if ((sdp_handle = SDP_CreateRecord()) == 0)
478 if ((sdp_handle = SDP_CreateRecord()) == 0)
558 if ((sdp_handle = SDP_CreateRecord()) == 0)
648 if ((sdp_handle = SDP_CreateRecord()) == 0)
732 if ((sdp_handle = SDP_CreateRecord()) == 0)
  /system/bt/bta/ar/
bta_ar.c 259 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
272 bta_ar_cb.sdp_ct_handle = SDP_CreateRecord();
  /system/bt/bta/av/
bta_av_main.c 517 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
708 bta_av_cb.sdp_a2d_handle = SDP_CreateRecord();
714 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
752 bta_av_cb.sdp_vdp_handle = SDP_CreateRecord();
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 82 ** SDP_CreateRecord() to create an SDP record.
174 bta_hf_client_cb.sdp_handle = SDP_CreateRecord();
  /system/bt/stack/include/
sdp_api.h 420 ** Function SDP_CreateRecord
430 extern UINT32 SDP_CreateRecord (void);
  /system/bt/stack/pan/
pan_utils.c 69 sdp_handle = SDP_CreateRecord ();
  /system/bt/bta/ag/
bta_ag_sdp.c 124 ** SDP_CreateRecord() to create an SDP record.
230 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
  /system/bt/bta/hl/
bta_hl_sdp.c 402 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 152 milliseconds