HomeSort by relevance Sort by last modified time
    Searched refs:endReliableWrite (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 74 void endReliableWrite(in int clientIf, in String address, in boolean execute);
BluetoothGatt.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 395 public void endReliableWrite(int clientIf, String address, boolean execute) {
398 service.endReliableWrite(clientIf, address, execute);
    [all...]

Completed in 713 milliseconds