Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avrc/
Davrc_sdp.c247 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_4); in AVRC_AddRecord()
250 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_3); in AVRC_AddRecord()
252 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_0); in AVRC_AddRecord()
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_sdp.c181 SDP_AddProfileDescriptorList(sdp_handle, in add_pbap_sdp()
291 SDP_AddProfileDescriptorList(sdp_handle, in add_maps_sdp()
387 SDP_AddProfileDescriptorList(sdp_handle, in add_ops_sdp()
/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/bta/hl/
Dbta_hl_sdp.c224 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_update()
435 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_register()
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c122 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_hf_client_add_record()
/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.c171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c757 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() function