Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java144 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()
DGattService.java1661 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() argument