Searched defs:executeReliableWrite (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1282 * {@link #executeReliableWrite} will execute all writes. If a characteristic
1318 public boolean executeReliableWrite() { method in class:BluetoothGatt
1319 if (VDBG) Log.d(TAG, "executeReliableWrite() - device: " + mDevice.getAddress());

Completed in 42 milliseconds