Home
last modified time | relevance | path

Searched refs:onExecuteWrite (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServerCallback.java132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in BluetoothGattServerCallback
DIBluetoothGattServerCallback.aidl60 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
DBluetoothGattCallbackWrapper.java89 public void onExecuteWrite(String address, int status) throws RemoteException { in onExecuteWrite() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl53 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
DBluetoothGattServer.java254 public void onExecuteWrite(String address, int transId,
264 mCallback.onExecuteWrite(device, transId, execWrite);
DBluetoothGatt.java558 public void onExecuteWrite(String address, int status) {
/frameworks/base/api/
Dsystem-current.txt6599 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
Dcurrent.txt6385 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);