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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java153 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { method in class:BluetoothGattService
259 public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { method in class:BluetoothGattService
H A DBluetoothGattDescriptor.java153 public BluetoothGattCharacteristic getCharacteristic() { method in class:BluetoothGattDescriptor
H A DBluetoothGatt.java274 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
335 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
366 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
412 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
443 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
492 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
982 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic();
1020 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic();
H A DBluetoothGattServer.java151 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
180 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
210 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
243 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);

Completed in 114 milliseconds