Home
last modified time | relevance | path

Searched defs:execWrite (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite()
/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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java4121 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite()