Home
last modified time | relevance | path

Searched refs:profile_uuid (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c136 UINT16 profile_uuid; in bta_ag_add_record() local
162 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; in bta_ag_add_record()
167 profile_uuid = UUID_SERVCLASS_HEADSET; in bta_ag_add_record()
170 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h417 UINT16 profile_uuid,
568 UINT16 profile_uuid,
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c185 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; in bta_hl_sdp_register() local
235 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() argument
733 UINT16_TO_BE_STREAM (p, profile_uuid); in SDP_AddProfileDescriptorList()
Dsdp_api.c867 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) in SDP_FindProfileVersionInRec() argument
891 && (p_sattr->attr_value.v.u16 == profile_uuid)) in SDP_FindProfileVersionInRec()