Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() argument
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java257 boolean execWrite) {
261 + "execWrite=" + execWrite);
268 mCallback.onExecuteWrite(device, transId, execWrite);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3366 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() argument
3378 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()