Searched defs:mNapIfaceAddr (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java68 private String mNapIfaceAddr; field in class:PanService
546 if (mNapIfaceAddr == null) {
547 mNapIfaceAddr = startTethering(iface);
548 if (mNapIfaceAddr == null) {
559 if (mNapIfaceAddr != null && mPanDevices.size() == 0) {
561 mNapIfaceAddr = null;

Completed in 23 milliseconds