Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java268 void onServerReadDescriptor(String address, int connId, int transId, int handle, int offset, in onServerReadDescriptor() method in GattNativeInterface
270 getGattService().onServerReadDescriptor(address, connId, transId, handle, offset, isLong); in onServerReadDescriptor()
DGattService.java4340 void onServerReadDescriptor(String address, int connId, int transId, int handle, int offset, in onServerReadDescriptor() method in GattService