Home
last modified time | relevance | path

Searched defs:writeType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattWrapper.java91 int writeType) { in writeCharacteristic()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java75 int writeType, int authReq, byte[] value); in writeCharacteristic()
85 int descrInstanceId, ParcelUuid descrId, int writeType, int authReq, byte[] value); in writeDescriptor()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java237 final int writeType, in writeCharacteristic()
349 final int writeType, in writeDescriptor()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java472 public void setWriteType(int writeType) { in setWriteType()
DBluetoothGatt.java1434 @NonNull byte[] value, @WriteType int writeType) { in writeCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java315 int writeType = 3; in writeCharacteristic() local
DGattServiceTest.java513 int writeType = 3; in writeCharacteristic() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java331 private native void gattClientWriteCharacteristicNative(int connId, int handle, int writeType, in gattClientWriteCharacteristicNative()
496 public void gattClientWriteCharacteristic(int connId, int handle, int writeType, in gattClientWriteCharacteristic()
DGattService.java985 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic()
995 private int writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic()
3872 int writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl129in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource, in Sync… in writeCharacteristic()