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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 103 void serverSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions);
BluetoothGattServer.java 572 mService.serverSetPreferredPhy(mServerIf, device.getAddress(), txPhy, rxPhy,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 562 public void serverSetPreferredPhy(
566 service.serverSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions);
    [all...]

Completed in 298 milliseconds