Home
last modified time | relevance | path

Searched refs:SDP_AddProfileDescriptorList (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_sdp.c180 SDP_AddProfileDescriptorList(sdp_handle, in add_pbap_sdp()
276 SDP_AddProfileDescriptorList(sdp_handle, in add_ops_sdp()
/external/bluetooth/bluedroid/stack/avrc/
Davrc_sdp.c215 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_0); in AVRC_AddRecord()
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_api.c200 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_ADV_AUDIO_DISTRIBUTION, A2D_VERS… in A2D_AddRecord()
/external/bluetooth/bluedroid/stack/pan/
Dpan_utils.c96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION); in pan_register_with_sdp()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h567 SDP_API extern BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle,
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c170 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c235 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_register()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c723 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() function