HomeSort by relevance Sort by last modified time
    Searched refs:profile_uuid (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/hf_client/
bta_hf_client_sdp.cc 96 uint16_t profile_uuid; local
122 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
125 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /system/bt/bta/ag/
bta_ag_sdp.cc 134 uint16_t profile_uuid; local
163 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
166 profile_uuid = UUID_SERVCLASS_HEADSET;
169 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /system/bt/stack/include/
sdp_api.h 377 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
517 bool SDP_AddProfileDescriptorList(uint32_t handle, uint16_t profile_uuid,
  /system/bt/bta/hl/
bta_hl_sdp.cc 175 uint16_t profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
213 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
355 uint16_t profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
402 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
  /system/bt/stack/hid/
hidd_api.cc 251 const uint16_t profile_uuid = UUID_SERVCLASS_HUMAN_INTERFACE; local
254 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version);
  /system/bt/stack/sdp/
sdp_db.cc 669 bool SDP_AddProfileDescriptorList(uint32_t handle, uint16_t profile_uuid,
682 UINT16_TO_BE_STREAM(p, profile_uuid);
sdp_api.cc 748 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
771 && (p_sattr->attr_value.v.u16 == profile_uuid)) {
    [all...]

Completed in 183 milliseconds