Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c137 UINT16 profile_uuid; in bta_ag_add_record() local
163 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; in bta_ag_add_record()
168 profile_uuid = UUID_SERVCLASS_HEADSET; in bta_ag_add_record()
171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c95 UINT16 profile_uuid; in bta_hf_client_add_record() local
119 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; in bta_hf_client_add_record()
122 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_hf_client_add_record()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c182 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; in bta_hl_sdp_update() local
224 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_update()
385 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; in bta_hl_sdp_register() local
435 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_register()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h417 UINT16 profile_uuid,
568 UINT16 profile_uuid,
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c757 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() argument
775 UINT16_TO_BE_STREAM (p, profile_uuid); in SDP_AddProfileDescriptorList()
Dsdp_api.c875 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) in SDP_FindProfileVersionInRec() argument
899 && (p_sattr->attr_value.v.u16 == profile_uuid)) in SDP_FindProfileVersionInRec()