/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattClientListener.java | 230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC)); in onCharacteristicWrite() 268 writeCharacteristic(gatt, INIT_VALUE); in onMtuChanged() 277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback 300 gatt.writeCharacteristic(characteristic); in writeCharacteristic()
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClient.txt | 94 boolean writeCharacteristic(in int client_id, 158 * calls to writeCharacteristic are sent to the remote device for verification
|
H A D | IBluetoothGattClientCallback.txt | 81 * Called as a result of IBluetoothGattClient.writeCharacteristic. |status|
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 443 mService.writeCharacteristic(mClientIf, address, handle, 1250 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGatt 1272 mService.writeCharacteristic(mClientIf, device.getAddress(), in writeCharacteristic()
|
/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDevice.java | 215 mBluetoothGatt.writeCharacteristic(mCharacteristic); in writePacket()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 122 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() method
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 732 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder 738 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value, in writeCharacteristic() 2927 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService
|
/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 | 11280 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeCharacteristic(ILjava/lang/String;III[B)V 11391 Landroid/bluetooth/IBluetoothGatt;->writeCharacteristic(ILjava/lang/String;III[B)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9122 …sion(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeCharacteristic(android.blu…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6259 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
|