HomeSort by relevance Sort by last modified time
    Searched full:bluetoothiface (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 536 String bluetoothIface = findIface(tethered, mBluetoothRegexs);
537 if (bluetoothIface != null &&
538 cm.untether(bluetoothIface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {

Completed in 121 milliseconds