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

/system/bt/bta/ag/
H A Dbta_ag_sdp.c137 UINT16 profile_uuid; local
163 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
168 profile_uuid = UUID_SERVCLASS_HEADSET;
171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.c95 UINT16 profile_uuid; local
118 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
121 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
/system/bt/stack/include/
H A Dsdp_api.h412 UINT16 profile_uuid,
563 UINT16 profile_uuid,
/system/bt/bta/hl/
H A Dbta_hl_sdp.c182 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
224 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
385 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
435 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
/system/bt/stack/sdp/
H A Dsdp_db.c748 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, argument
766 UINT16_TO_BE_STREAM (p, profile_uuid);
H A Dsdp_api.c857 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) argument
881 && (p_sattr->attr_value.v.u16 == profile_uuid))

Completed in 68 milliseconds