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.java1397 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGatt
1433 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/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/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java311 public void writeCharacteristic() throws Exception { in writeCharacteristic() method in GattServiceBinderTest
DGattServiceTest.java509 public void writeCharacteristic() { in writeCharacteristic() method in GattServiceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2054 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BassClientStateMachine.BluetoothGattTestableWrapper
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl128 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.java985 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
995 private int writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
3872 int writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService