Home
last modified time | relevance | path

Searched refs:getUuid (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java211 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
231 srvcUuid.getUuid(), srvcInstId, srvcType);
233 inclSrvcUuid.getUuid(), inclSrvcInstId, inclSrvcType);
256 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
260 service, charUuid.getUuid(), charInstId, charProps, 0));
279 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
284 charUuid.getUuid(), charInstId);
288 characteristic, descUuid.getUuid(), descrInstId, 0));
345 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
350 charUuid.getUuid(), charInstId);
[all …]
DBluetoothGattServer.java114 UUID srvcUuid = srvcId.getUuid();
135 UUID srvcUuid = srvcId.getUuid();
136 UUID charUuid = charId.getUuid();
162 UUID srvcUuid = srvcId.getUuid();
163 UUID charUuid = charId.getUuid();
164 UUID descrUuid = descrId.getUuid();
194 UUID srvcUuid = srvcId.getUuid();
195 UUID charUuid = charId.getUuid();
224 UUID srvcUuid = srvcId.getUuid();
225 UUID charUuid = charId.getUuid();
[all …]
DBluetoothUuid.java228 UUID uuid = parcelUuid.getUuid(); in getServiceIdentifierFromParcelUuid()
272 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32); in parseUuidFrom()
273 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom()
284 UUID uuid = parcelUuid.getUuid(); in is16BitUuid()
285 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is16BitUuid()
299 UUID uuid = parcelUuid.getUuid(); in is32BitUuid()
300 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is32BitUuid()
DBluetoothGattService.java158 if (uuid.equals(characteristic.getUuid()) in getCharacteristic()
204 public UUID getUuid() { in getUuid() method in BluetoothGattService
264 if (uuid.equals(characteristic.getUuid())) in getCharacteristic()
DBluetoothGattCharacteristic.java290 if (descriptor.getUuid().equals(uuid) in getDescriptor()
319 public UUID getUuid() { in getUuid() method in BluetoothGattCharacteristic
408 if (descriptor.getUuid().equals(uuid)) { in getDescriptor()
DBluetoothGattDescriptor.java170 public UUID getUuid() { in getUuid() method in BluetoothGattDescriptor
/frameworks/base/core/java/android/os/
DParcelUuid.java60 public UUID getUuid() { in getUuid() method in ParcelUuid
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java332 UUID uuidMask = parcelUuidMask == null ? null : parcelUuidMask.getUuid(); in matchesServiceUuids()
333 if (matchesServiceUuid(uuid.getUuid(), uuidMask, parcelUuid.getUuid())) { in matchesServiceUuids()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java117 if (MIDI_SERVICE.equals(service.getUuid())) {
122 if (MIDI_CHARACTERISTIC.equals(characteristic.getUuid())) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsService.java99 "MAP Message Notification Service", MAP_MNS.getUuid()); in run()
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java194 public String getUuid() { in getUuid() method in StorageVolume
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd445 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
539 uuid = gattService.getUuid().toString();
558 uuid = gattCharacteristic.getUuid().toString();
/frameworks/base/api/
Dcurrent.txt6771 method public java.util.UUID getUuid();
6813 method public java.util.UUID getUuid();
6867 method public java.util.UUID getUuid();
23365 method public java.util.UUID getUuid();
Dsystem-current.txt6991 method public java.util.UUID getUuid();
7033 method public java.util.UUID getUuid();
7087 method public java.util.UUID getUuid();
25309 method public java.util.UUID getUuid();