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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 96 void configureMTU(in int clientIf, in String address, in int mtu);
BluetoothGatt.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 525 public void configureMTU(int clientIf, String address, int mtu) {
528 service.configureMTU(clientIf, address, mtu);
    [all...]

Completed in 59 milliseconds