Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {} in onExecuteWrite() method in BluetoothGattServerCallback
DBluetoothGattServer.java300 public void onExecuteWrite(String address, int transId, boolean execWrite) {
317 mCallback.onExecuteWrite(device, transId, execWrite);
DBluetoothGatt.java758 public void onExecuteWrite(String address, int status) {
/packages/modules/Bluetooth/android/pandora/server/src/
DGattServerManager.kt94 override fun onExecuteWrite(device: BluetoothDevice, requestId: Int, execute: Boolean) { in onExecuteWrite() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
DIBluetoothGattCallback.aidl34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java254 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattNativeInterface
256 getGattService().onExecuteWrite(address, connId, transId, execWrite); in onExecuteWrite()
DGattService.java1751 app.callback.onExecuteWrite(address, status); in onExecuteCompleted()
3038 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService
3054 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in GattServer.MyGattServerCallback
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1597 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;I)V
1626 Landroid/bluetooth/IBluetoothGattCallback;->onExecuteWrite(Ljava/lang/String;I)V
1640 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;IZ)V
1669 Landroid/bluetooth/IBluetoothGattServerCallback;->onExecuteWrite(Ljava/lang/String;IZ)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt765 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);