Searched defs:onExecuteWrite (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattServerManager.kt | 94 override fun onExecuteWrite(device: BluetoothDevice, requestId: Int, execute: Boolean) { in onExecuteWrite() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {} in onExecuteWrite() method in BluetoothGattServerCallback
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
|
D | IBluetoothGattServerCallback.aidl | 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 165 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/ |
D | GattNativeInterface.java | 254 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattNativeInterface
|
D | GattService.java | 3038 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService
|