Home
last modified time | relevance | path

Searched defs:writeType (Results 1 – 9 of 9) 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.java1357 @NonNull byte[] value, @WriteType int writeType) { in writeCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java314 int writeType = 3; in writeCharacteristic() local
DGattServiceTest.java467 int writeType = 3; in writeCharacteristic() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl127in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource, in Sync… in writeCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java976 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic()
986 private int writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic()
3658 int writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic()
4800 private native void gattClientWriteCharacteristicNative(int connId, int handle, int writeType, in gattClientWriteCharacteristicNative()