Home
last modified time | relevance | path

Searched defs:execWrite (Results 1 – 2 of 2) 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()
/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()