Home
last modified time | relevance | path

Searched defs:onNotify (Results 1 – 3 of 3) 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/
DGattService.java2345 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService