Home
last modified time | relevance | path

Searched refs:writeCharacteristic (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java230 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 DIBluetoothGattClient.txt94 boolean writeCharacteristic(in int client_id,
158 * calls to writeCharacteristic are sent to the remote device for verification
H A DIBluetoothGattClientCallback.txt81 * Called as a result of IBluetoothGattClient.writeCharacteristic. |status|
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java443 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 DBluetoothMidiDevice.java215 mBluetoothGatt.writeCharacteristic(mCharacteristic); in writePacket()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl122 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 DGattService.java732 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11280 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 Dcurrent.txt9122 …sion(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeCharacteristic(android.blu…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6259 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);