Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1508 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGatt
1548 public int writeCharacteristic( 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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java415 public void writeCharacteristic() { in writeCharacteristic() method in GattServiceTest
DGattServiceBinderTest.java330 public void writeCharacteristic() throws Exception { in writeCharacteristic() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl127 int writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2497 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in BluetoothGattTestableWrapper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java672 public int writeCharacteristic( in writeCharacteristic() method in GattService.BluetoothGattBinder
2360 int writeCharacteristic( in writeCharacteristic() method in GattService