Searched refs:getCharacteristic (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java242 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { method in class:BluetoothGattService
348 public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { method in class:BluetoothGattService
H A DBluetoothGattDescriptor.java193 public BluetoothGattCharacteristic getCharacteristic() { method in class:BluetoothGattDescriptor
H A DBluetoothGattServer.java144 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
173 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
203 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
236 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
H A DBluetoothGatt.java891 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic();
932 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic();

Completed in 305 milliseconds