Home
last modified time | relevance | path

Searched refs:gattClientReadUsingCharacteristicUuid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java480 public void gattClientReadUsingCharacteristicUuid(int connId, long uuidMsb, in gattClientReadUsingCharacteristicUuid() method in GattNativeInterface
DGattService.java3866 mNativeInterface.gattClientReadUsingCharacteristicUuid(connId, in readUsingCharacteristicUuid()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java503 verify(mNativeInterface).gattClientReadUsingCharacteristicUuid(connId, in readUsingCharacteristicUuid()