Searched refs:getUuid (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A 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(), charInstI
[all...]
H A DBluetoothGattService.java158 if (uuid.equals(characteristic.getUuid())
204 public UUID getUuid() { method in class:BluetoothGattService
264 if (uuid.equals(characteristic.getUuid()))
H A 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...]
H A DBluetoothUuid.java223 UUID uuid = parcelUuid.getUuid();
267 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32);
268 long lsb = BASE_UUID.getUuid().getLeastSignificantBits();
279 UUID uuid = parcelUuid.getUuid();
280 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
294 UUID uuid = parcelUuid.getUuid();
295 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
H A DBluetoothGattDescriptor.java170 public UUID getUuid() { method in class:BluetoothGattDescriptor
H A DBluetoothGattCharacteristic.java290 if (descriptor.getUuid().equals(uuid)
319 public UUID getUuid() { method in class:BluetoothGattCharacteristic
408 if (descriptor.getUuid().equals(uuid)) {
/frameworks/base/core/java/android/os/
H A DParcelUuid.java60 public UUID getUuid() { method in class:ParcelUuid
/frameworks/base/core/java/android/bluetooth/le/
H A DScanFilter.java330 UUID uuidMask = parcelUuidMask == null ? null : parcelUuidMask.getUuid();
331 if (matchesServiceUuid(uuid.getUuid(), uuidMask, parcelUuid.getUuid())) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java99 "MAP Message Notification Service", MAP_MNS.getUuid());
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java206 public String getUuid() { method in class:StorageVolume
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java136 } else if (volume.getUuid() != null) {
137 rootId = volume.getUuid();

Completed in 581 milliseconds