HomeSort by relevance Sort by last modified time
    Searched defs:profile_uuid (Results 1 - 4 of 4) 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/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/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/hid/
hidd_api.cc 251 const uint16_t profile_uuid = UUID_SERVCLASS_HUMAN_INTERFACE; local
254 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version);

Completed in 61 milliseconds