Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattServerManager.kt93 override fun onExecuteWrite(device: BluetoothDevice, requestId: Int, execute: Boolean) { in onExecuteWrite() method
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java81 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {} in onExecuteWrite() method in BluetoothGattServerCallback
166 public void onExecuteWrite(android.bluetooth.BluetoothDevice device, int requestId, in onExecuteWrite() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java64 void onExecuteWrite(String address, boolean execute); 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/system/binder/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java58 void onExecuteWrite(String address, int transId, boolean execWrite); in onExecuteWrite() method
DIBluetoothGattCallback.java76 void onExecuteWrite(String address, int status); 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/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerHelper.java416 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in BluetoothGattServerHelper.GattServerCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java286 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattNativeInterface
DGattService.java4411 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService