Searched refs:gattClientReadCharacteristic (Results 1 – 3 of 3) sorted by relevance
495 public void gattClientReadCharacteristic(int connId, int handle, int authReq) { in gattClientReadCharacteristic() method in GattNativeInterface
2313 mNativeInterface.gattClientReadCharacteristic(connId, handle, authReq); in readCharacteristic()
387 verify(mNativeInterface).gattClientReadCharacteristic(connId, handle, authReq); in readCharacteristic()