Searched refs:getInstanceId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java153 s.getInstanceId(), s.getType()));
192 isvc.getInstanceId(), isvc.getType()));
245 && characteristic.getInstanceId() == instanceId)
303 public int getInstanceId() { method in class:BluetoothGattService
H A DBluetoothGattIncludedService.java100 public int getInstanceId() { method in class:BluetoothGattIncludedService
H A DBluetoothGatt.java228 brokenRef.getUuid(), brokenRef.getInstanceId(), brokenRef.getType());
532 svc.getInstanceId() == instanceId &&
548 if (charac.getInstanceId() == instanceId)
563 if (desc.getInstanceId() == instanceId)
821 characteristic.getInstanceId(), AUTHENTICATION_NONE);
864 characteristic.getInstanceId(), characteristic.getWriteType(),
907 descriptor.getInstanceId(), AUTHENTICATION_NONE);
947 mService.writeDescriptor(mClientIf, device.getAddress(), descriptor.getInstanceId(),
1080 characteristic.getInstanceId(), enable);
H A DBluetoothGattDescriptor.java225 public int getInstanceId() { method in class:BluetoothGattDescriptor
H A DBluetoothGattServer.java407 svc.getInstanceId() == instanceId &&
540 service.getType(), service.getInstanceId(),
541 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(),
575 service.getInstanceId(), service.getHandles(),
582 includedService.getInstanceId(),
625 service.getInstanceId(), service.getType());
630 service.getInstanceId(), new ParcelUuid(service.getUuid()));
H A DBluetoothGattCharacteristic.java351 && descriptor.getInstanceId() == instanceId) {
391 public int getInstanceId() { method in class:BluetoothGattCharacteristic

Completed in 1254 milliseconds