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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 76 if ((btm_sdp_handle = SDP_CreateRecord()) != FALSE)
149 if ((sdp_handle = SDP_CreateRecord()) == 0)
260 if ((sdp_handle = SDP_CreateRecord()) == 0)
365 sdp_handle = SDP_CreateRecord();
429 if ((sdp_handle = SDP_CreateRecord()) != FALSE)
  /external/bluetooth/bluedroid/bta/ar/
bta_ar.c 259 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
274 bta_ar_cb.sdp_ct_handle = SDP_CreateRecord();
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 495 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
686 bta_av_cb.sdp_a2d_handle = SDP_CreateRecord();
692 bta_av_cb.sdp_a2d_snk_handle = SDP_CreateRecord();
730 bta_av_cb.sdp_vdp_handle = SDP_CreateRecord();
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 82 ** SDP_CreateRecord() to create an SDP record.
175 bta_hf_client_cb.sdp_handle = SDP_CreateRecord();
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 425 ** Function SDP_CreateRecord
435 SDP_API extern UINT32 SDP_CreateRecord (void);
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 70 sdp_handle = SDP_CreateRecord ();
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 124 ** SDP_CreateRecord() to create an SDP record.
230 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 402 if ((p_cb->sdp_handle = SDP_CreateRecord()) == 0)
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 270 ** Function SDP_CreateRecord
280 UINT32 SDP_CreateRecord (void)
303 SDP_TRACE_DEBUG("SDP_CreateRecord ok, num_records:%d", p_db->num_records);
311 else SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", SDP_MAX_RECORDS);
    [all...]
sdp_api.c     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]

Completed in 458 milliseconds