Home
last modified time | relevance | path

Searched defs:readUsingCharacteristicUuid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1460 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java391 public void readUsingCharacteristicUuid() { in readUsingCharacteristicUuid() method in GattServiceTest
DGattServiceBinderTest.java301 public void readUsingCharacteristicUuid() throws Exception { in readUsingCharacteristicUuid() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl124 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java649 public void readUsingCharacteristicUuid( in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder
2317 void readUsingCharacteristicUuid( in readUsingCharacteristicUuid() method in GattService