Searched refs:onReadDescriptor (Results 1 – 2 of 2) sorted by relevance
163 void onReadDescriptor(int connId, int status, int handle, byte[] data) throws RemoteException { in onReadDescriptor() method in GattNativeInterface164 getGattService().onReadDescriptor(connId, status, handle, data); in onReadDescriptor()
1755 void onReadDescriptor(int connId, int status, int handle, byte[] data) throws RemoteException { in onReadDescriptor() method in GattService