Searched refs:onReadCharacteristic (Results 1 – 2 of 2) sorted by relevance
149 void onReadCharacteristic(int connId, int status, int handle, byte[] data) in onReadCharacteristic() method in GattNativeInterface151 getGattService().onReadCharacteristic(connId, status, handle, data); in onReadCharacteristic()
1689 void onReadCharacteristic(int connId, int status, int handle, byte[] data) in onReadCharacteristic() method in GattService