Home
last modified time | relevance | path

Searched refs:onReadDescriptor (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java163 void onReadDescriptor(int connId, int status, int handle, byte[] data) throws RemoteException { in onReadDescriptor() method in GattNativeInterface
164 getGattService().onReadDescriptor(connId, status, handle, data); in onReadDescriptor()
DGattService.java1755 void onReadDescriptor(int connId, int status, int handle, byte[] data) throws RemoteException { in onReadDescriptor() method in GattService