Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c135 UINT16 profile_uuid; in bta_ag_add_record() local
159 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; in bta_ag_add_record()
162 profile_uuid = UUID_SERVCLASS_HEADSET; in bta_ag_add_record()
165 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c93 UINT16 profile_uuid; in bta_hf_client_add_record() local
116 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; in bta_hf_client_add_record()
119 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h400 UINT16 profile_uuid,
551 UINT16 profile_uuid,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c269 const uint16_t profile_uuid = UUID_SERVCLASS_HUMAN_INTERFACE; in HID_DevAddRecord() local
271 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version); in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c736 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() argument
753 UINT16_TO_BE_STREAM (p, profile_uuid); in SDP_AddProfileDescriptorList()
Dsdp_api.c826 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) in SDP_FindProfileVersionInRec() argument
847 && (p_sattr->attr_value.v.u16 == profile_uuid)) { in SDP_FindProfileVersionInRec()