Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java495 public void gattClientReadCharacteristic(int connId, int handle, int authReq) { in gattClientReadCharacteristic() method in GattNativeInterface
DGattService.java2313 mNativeInterface.gattClientReadCharacteristic(connId, handle, authReq); in readCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java387 verify(mNativeInterface).gattClientReadCharacteristic(connId, handle, authReq); in readCharacteristic()