/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in BluetoothGattServerCallback
|
H A D | BluetoothGattServer.java | 256 public void onExecuteWrite(String address, int transId, 268 mCallback.onExecuteWrite(device, transId, execWrite);
|
H A D | BluetoothGatt.java | 606 public void onExecuteWrite(String address, int status) {
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
|
H A D | IBluetoothGattCallback.aidl | 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in GattServer.MyGattServerCallback
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClientCallback.txt | 95 void onExecuteWrite(in String device_address, in int status);
|
H A D | IBluetoothGattClient.txt | 174 * procedure was not started. IBluetoothGattClientCallback.onExecuteWrite will
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1755 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11404 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 D | current.txt | 9257 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6383 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
|