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 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);
  /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/stack/include/
sdp_api.h 403 UINT16 profile_uuid,
554 UINT16 profile_uuid,
  /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/stack/sdp/
sdp_db.c 727 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid,
740 UINT16_TO_BE_STREAM (p, profile_uuid);
    [all...]
sdp_api.c 862 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
886 && (p_sattr->attr_value.v.u16 == profile_uuid))
    [all...]

Completed in 227 milliseconds