Searched defs:onNotify (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() method
|
/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() method in GattNativeInterface
|
D | GattService.java | 1661 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService
|