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

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 95 UINT16 profile_uuid; local
119 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
122 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 182 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);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 137 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);

Completed in 59 milliseconds