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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass);
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
111 if (uuids != null) {
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
132 if (uuids != null) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass)
    [all...]
LocalBluetoothProfileManager.java 106 ParcelUuid[] uuids = adapter.getUuids(); local
108 // uuids may be null if Bluetooth is turned off
109 if (uuids != null) {
110 updateLocalProfiles(uuids);
134 * @param uuids
136 void updateLocalProfiles(ParcelUuid[] uuids) {
138 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) {
150 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) ||
151 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) {
164 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush))
201 ParcelUuid[] uuids = mLocalAdapter.getUuids(); local
    [all...]
CachedBluetoothDevice.java 91 * again with the new UUIDs
192 // Attempt to connect if UUIDs are available. Otherwise,
201 // condition with carkits during pairing, wherein RemoteDevice.UUIDs have been updated
205 // If UUIDs are not available yet, connect will be happen
459 ParcelUuid[] uuids = mDevice.getUuids(); local
460 if (uuids == null) return false;
465 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, mLocalNapRoleConnected);
473 for (ParcelUuid uuid : uuids) {
  /external/chromium/build/mac/
strip_save_dsym 86 uuids = {}
90 return uuids
166 uuids[arch] = uuid.upper()
168 if len(uuids) == 0:
169 print >> sys.stderr, "No UUIDs in %s" % macho
171 return uuids
194 # architectures and UUIDs specified by the uuids map.
196 uuids = macho_uuids(macho)
197 if len(uuids) == 0
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 108 public static byte[] uuidsToByteArray(ParcelUuid[] uuids) {
109 int length = uuids.length * BD_UUID_LEN;
114 for (int i = 0; i < uuids.length; i++) {
115 uuid = uuids[i].getUuid();
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 412 ParcelUuid[] uuids = device.getUuids(); local
413 if (uuids == null) return false;
415 for (ParcelUuid uuid: uuids) {
  /external/qemu/hw/
bt-sdp.c 30 int uuids; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s
98 hi = record->uuids;
596 int *uuids)
604 (*uuids) ++;
622 len += sdp_attr_max_size(element ++, uuids);
704 record->uuids = 0;
708 &record->uuids);
710 record->uuids = 1 << ffs(record->uuids - 1);
714 qemu_mallocz(record->uuids * sizeof(*record->uuid))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 153 * Set local adapter UUIDs.
155 * @param uuids the uuids to be set.
157 boolean setUuids(ParcelUuid[] uuids) {
160 AbstractionLayer.BT_PROPERTY_UUIDS, Utils.uuidsToByteArray(uuids));
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 62 char uuids[128]; local
63 uuid_to_string((bt_uuid_t*)p_uuid, uuids);
64 ALOGD("%s: %s", title, uuids);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 65 char uuids[128]; local
66 uuid_to_string((bt_uuid_t*)p_uuid, uuids);
67 ALOGD("%s: %s", title, uuids);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 39 #include <uuids.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 486 milliseconds