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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 247 result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_4);
250 result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_3);
252 result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_0);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 181 SDP_AddProfileDescriptorList(sdp_handle,
291 SDP_AddProfileDescriptorList(sdp_handle,
387 SDP_AddProfileDescriptorList(sdp_handle,
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 122 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 200 result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_ADV_AUDIO_DISTRIBUTION, A2D_VERSION);
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 557 ** Function SDP_AddProfileDescriptorList
567 SDP_API extern BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle,
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 224 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
435 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 747 ** Function SDP_AddProfileDescriptorList
757 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid,
767 SDP_TRACE_ERROR("SDP_AddProfileDescriptorList cannot get a buffer!");
    [all...]

Completed in 2063 milliseconds