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 69 void endReliableWrite(in int clientIf, in String address, in boolean execute);
BluetoothGatt.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 365 public void endReliableWrite(int clientIf, String address, boolean execute) {
368 service.endReliableWrite(clientIf, address, execute);
    [all...]

Completed in 57 milliseconds