Home
last modified time | relevance | path

Searched defs:beginReliableWrite (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1664 public boolean beginReliableWrite() { in beginReliableWrite() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java355 public void beginReliableWrite() throws Exception { in beginReliableWrite() method in GattServiceBinderTest
DGattServiceTest.java541 public void beginReliableWrite() { in beginReliableWrite() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl138 …void beginReliableWrite(in int clientIf, in String address, in AttributionSource attributionSource… in beginReliableWrite() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1046 public void beginReliableWrite(int clientIf, String address, in beginReliableWrite() method in GattService.BluetoothGattBinder
1055 private void beginReliableWrite(int clientIf, String address, in beginReliableWrite() method in GattService.BluetoothGattBinder
3971 void beginReliableWrite(int clientIf, String address, AttributionSource attributionSource) { in beginReliableWrite() method in GattService