Searched refs:onNotify (Results 1 – 5 of 5) 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 146 getGattService().onNotify(connId, address, handle, isNotify, data); in onNotify()
|
D | GattService.java | 1661 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService 1685 app.callback.onNotify(address, handle, data); in onNotify()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 615 public void onNotify(String address, int handle, byte[] value) {
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1598 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onNotify(Ljava/lang/String;I[B)V 1627 Landroid/bluetooth/IBluetoothGattCallback;->onNotify(Ljava/lang/String;I[B)V
|