Home
last modified time | relevance | path

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

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