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

  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 90 UINT16 profile_uuid; local
113 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
116 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /system/bt/bta/hl/
bta_hl_sdp.c 181 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
223 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
384 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local
434 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
  /system/bt/bta/ag/
bta_ag_sdp.c 135 UINT16 profile_uuid; local
161 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
166 profile_uuid = UUID_SERVCLASS_HEADSET;
169 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);

Completed in 83 milliseconds