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

  /system/bt/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);
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 95 UINT16 profile_uuid; local
118 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE;
121 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
  /system/bt/stack/include/
sdp_api.h 412 UINT16 profile_uuid,
563 UINT16 profile_uuid,
  /system/bt/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);
  /system/bt/stack/sdp/
sdp_db.c 748 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid,
766 UINT16_TO_BE_STREAM (p, profile_uuid);
    [all...]
sdp_api.c 857 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
881 && (p_sattr->attr_value.v.u16 == profile_uuid))
    [all...]

Completed in 507 milliseconds