Searched refs:isNotify (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 144 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() argument 146 getGattService().onNotify(connId, address, handle, isNotify, data); in onNotify()
|
D | GattService.java | 1661 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() argument
|