/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 106 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() method in BluetoothGattCallback
|
H A D | BluetoothGatt.java | 419 public void onCharacteristicWrite(String address, int status, int handle) { 460 callback.onCharacteristicWrite(BluetoothGatt.this, characteristic,
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite() method
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClient.txt | 86 * IBluetoothGattClientCallback.onCharacteristicWrite. Returns false if the 90 * fails, then the |status| parameter of the onCharacteristicWrite callback 160 * payload using the IBluetoothGattClientCallback.onCharacteristicWrite
|
H A D | IBluetoothGattClientCallback.txt | 86 void onCharacteristicWrite(in int status,
|
/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDevice.java | 169 public void onCharacteristicWrite(BluetoothGatt gatt,
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattClientListener.java | 225 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() method in GattClientListener.GattCallback
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1737 app.callback.onCharacteristicWrite(address, status, handle); in onWriteCharacteristic() 2204 app.callback.onCharacteristicWrite(callbackInfo.address, callbackInfo.status, in onClientCongestion()
|
/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 | 11397 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicWrite(Ljava/lang/String;II)V 11426 Landroid/bluetooth/IBluetoothGattCallback;->onCharacteristicWrite(Ljava/lang/String;II)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9143 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6280 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|