Searched refs:onExecuteWrite (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in BluetoothGattServerCallback
|
D | IBluetoothGattServerCallback.aidl | 60 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
|
D | BluetoothGattCallbackWrapper.java | 89 public void onExecuteWrite(String address, int status) throws RemoteException { in onExecuteWrite() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 53 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
|
D | BluetoothGattServer.java | 254 public void onExecuteWrite(String address, int transId, 264 mCallback.onExecuteWrite(device, transId, execWrite);
|
D | BluetoothGatt.java | 558 public void onExecuteWrite(String address, int status) {
|
/frameworks/base/api/ |
D | system-current.txt | 6599 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
|
D | current.txt | 6385 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
|