Searched refs:writeType (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCharacteristic.java | 460 public void setWriteType(int writeType) { in setWriteType() argument 461 mWriteType = writeType; in setWriteType()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 123 … in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource); in writeCharacteristic() argument
|
/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() argument 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() argument 2939 writeType = 3; // Prepared write in writeCharacteristic() 2953 gattClientWriteCharacteristicNative(connId, handle, writeType, authReq, value); in writeCharacteristic() 4002 private native void gattClientWriteCharacteristicNative(int connId, int handle, int writeType, in gattClientWriteCharacteristicNative() argument
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |