Home
last modified time | relevance | path

Searched defs:onExecuteWrite (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DGattServerManager.kt94 override fun onExecuteWrite(device: BluetoothDevice, requestId: Int, execute: Boolean) { in onExecuteWrite() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {} in onExecuteWrite() method in BluetoothGattServerCallback
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
DIBluetoothGattServerCallback.aidl40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
/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/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java254 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattNativeInterface
DGattService.java3038 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService