Home
last modified time | relevance | path

Searched defs:onNotify (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl37 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/
DIBluetoothGattCallback.java92 void onNotify(String address, int srvcType, in onNotify() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java150 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattNativeInterface
DGattService.java2515 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService