Home
last modified time | relevance | path

Searched refs:tetherStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java584 int tetherStatus = cm.tether(iface); in configureBtIface() local
585 if (tetherStatus != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in configureBtIface()
586 Log.e(TAG, "Error tethering "+ iface + " tetherStatus: " + tetherStatus); in configureBtIface()