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/ |
| D | BluetoothGattWrapper.java | 91 int writeType) { in writeCharacteristic()
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
| D | IBluetoothGatt.java | 75 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/ |
| D | IBluetoothGattImpl.java | 237 final int writeType, in writeCharacteristic() 349 final int writeType, in writeDescriptor()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattCharacteristic.java | 472 public void setWriteType(int writeType) { in setWriteType()
|
| D | BluetoothGatt.java | 1434 @NonNull byte[] value, @WriteType int writeType) { in writeCharacteristic()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
| D | GattServiceBinderTest.java | 315 int writeType = 3; in writeCharacteristic() local
|
| D | GattServiceTest.java | 513 int writeType = 3; in writeCharacteristic() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 331 private native void gattClientWriteCharacteristicNative(int connId, int handle, int writeType, in gattClientWriteCharacteristicNative() 496 public void gattClientWriteCharacteristic(int connId, int handle, int writeType, in gattClientWriteCharacteristic()
|
| D | GattService.java | 985 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/ |
| D | IBluetoothGatt.aidl | 129 …in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource, in Sync… in writeCharacteristic()
|