Searched defs:readUsingCharacteristicUuid (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGatt.java | 1275 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/ |
| D | GattServiceBinderTest.java | 293 public void readUsingCharacteristicUuid() throws Exception { in readUsingCharacteristicUuid() method in GattServiceBinderTest
|
| D | GattServiceTest.java | 447 public void readUsingCharacteristicUuid() { in readUsingCharacteristicUuid() method in GattServiceTest
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGatt.aidl | 123 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattService.java | 954 public void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder 965 private void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder 3624 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() method in GattService
|