Searched defs:onNotify (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() method
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
| D | IBluetoothGattCallback.java | 92 void onNotify(String address, int srvcType, in onNotify() method
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 150 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattNativeInterface
|
| D | GattService.java | 2515 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService
|