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/ |
| 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 | 1357 @NonNull byte[] value, @WriteType int writeType) { in writeCharacteristic()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
| D | GattServiceBinderTest.java | 314 int writeType = 3; in writeCharacteristic() local
|
| D | GattServiceTest.java | 467 int writeType = 3; in writeCharacteristic() local
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGatt.aidl | 127 …in 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/ |
| D | GattService.java | 976 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()
|