/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGatt.java | 211 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 …]
|
D | BluetoothGattServer.java | 114 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 …]
|
D | BluetoothUuid.java | 228 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()
|
D | BluetoothGattService.java | 158 if (uuid.equals(characteristic.getUuid()) in getCharacteristic() 204 public UUID getUuid() { in getUuid() method in BluetoothGattService 264 if (uuid.equals(characteristic.getUuid())) in getCharacteristic()
|
D | BluetoothGattCharacteristic.java | 290 if (descriptor.getUuid().equals(uuid) in getDescriptor() 319 public UUID getUuid() { in getUuid() method in BluetoothGattCharacteristic 408 if (descriptor.getUuid().equals(uuid)) { in getDescriptor()
|
D | BluetoothGattDescriptor.java | 170 public UUID getUuid() { in getUuid() method in BluetoothGattDescriptor
|
/frameworks/base/core/java/android/os/ |
D | ParcelUuid.java | 60 public UUID getUuid() { in getUuid() method in ParcelUuid
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanFilter.java | 332 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/ |
D | BluetoothMidiDevice.java | 117 if (MIDI_SERVICE.equals(service.getUuid())) { 122 if (MIDI_CHARACTERISTIC.equals(characteristic.getUuid())) {
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsService.java | 99 "MAP Message Notification Service", MAP_MNS.getUuid()); in run()
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageVolume.java | 194 public String getUuid() { in getUuid() method in StorageVolume
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 445 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) { 539 uuid = gattService.getUuid().toString(); 558 uuid = gattCharacteristic.getUuid().toString();
|
/frameworks/base/api/ |
D | current.txt | 6771 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();
|
D | system-current.txt | 6991 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();
|