Home
last modified time | relevance | path

Searched defs:writeCharacteristic (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattWrapper.java90 public int writeCharacteristic(BluetoothGattCharacteristic characteristic, byte[] value, in writeCharacteristic() method in BluetoothGattWrapper
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1320 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGatt
1356 public int writeCharacteristic(@NonNull BluetoothGattCharacteristic characteristic, in writeCharacteristic() method in BluetoothGatt
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerConnection.java166 public void writeCharacteristic(BluetoothGattCharacteristic characteristic, in writeCharacteristic() method in BluetoothGattServerConnection
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java73 void writeCharacteristic(int clientIf, String address, int srvcType, in writeCharacteristic() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java310 public void writeCharacteristic() throws Exception { in writeCharacteristic() method in GattServiceBinderTest
DGattServiceTest.java463 public void writeCharacteristic() { in writeCharacteristic() method in GattServiceTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java229 public void writeCharacteristic( in writeCharacteristic() method in IBluetoothGattImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1963 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BassClientStateMachine.BluetoothGattTestableWrapper
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl126 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() method
/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() method in GattService.BluetoothGattBinder
986 private int writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
3658 int writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService