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.java708 int tetherStatus = tm.tether(iface); in configureBtIface() local
709 if (tetherStatus != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in configureBtIface()
710 Log.e(TAG, "Error tethering " + iface + " tetherStatus: " + tetherStatus); in configureBtIface()