Home
last modified time | relevance | path

Searched refs:onExecuteWrite (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in BluetoothGattServerCallback
H A DBluetoothGattServer.java256 public void onExecuteWrite(String address, int transId,
268 mCallback.onExecuteWrite(device, transId, execWrite);
H A DBluetoothGatt.java606 public void onExecuteWrite(String address, int status) {
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
H A DIBluetoothGattCallback.aidl34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattServer.java165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in GattServer.MyGattServerCallback
/aosp12/system/bt/service/doc/
H A DIBluetoothGattClientCallback.txt95 void onExecuteWrite(in String device_address, in int status);
H A DIBluetoothGattClient.txt174 * procedure was not started. IBluetoothGattClientCallback.onExecuteWrite will
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1755 app.callback.onExecuteWrite(address, status); in onExecuteCompleted()
3366 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService
3378 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11404 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;I)V
11433 Landroid/bluetooth/IBluetoothGattCallback;->onExecuteWrite(Ljava/lang/String;I)V
11447 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;IZ)V
11476 Landroid/bluetooth/IBluetoothGattServerCallback;->onExecuteWrite(Ljava/lang/String;IZ)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9257 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6383 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);