Home
last modified time | relevance | path

Searched refs:readUsingCharacteristicUuid (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java200 public void readUsingCharacteristicUuid() throws Exception { in readUsingCharacteristicUuid() method in GattServiceBinderTest
208 mBinder.readUsingCharacteristicUuid( in readUsingCharacteristicUuid()
217 .readUsingCharacteristicUuid( in readUsingCharacteristicUuid()
DGattServiceTest.java478 public void readUsingCharacteristicUuid() { in readUsingCharacteristicUuid() method in GattServiceTest
489 mService.readUsingCharacteristicUuid( in readUsingCharacteristicUuid()
/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt301 mGatt.readUsingCharacteristicUuid( in readCharacteristicUuidBlocking()
326 mGatt.readUsingCharacteristicUuid(uuid, startHandle, endHandle) in readCharacteristicUuidBlocking()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattServiceBinder.java190 public void readUsingCharacteristicUuid( in readUsingCharacteristicUuid() method in GattServiceBinder
202 service.readUsingCharacteristicUuid( in readUsingCharacteristicUuid()
DGattService.java1361 void readUsingCharacteristicUuid( in readUsingCharacteristicUuid() method in GattService
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl55 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1575 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt
1586 mService.readUsingCharacteristicUuid( in readUsingCharacteristicUuid()