Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java57 private int mIpClientStartIndex = 0; field in BluetoothTetheringNetworkFactory
82 if (mCurrentStartIndex != mIpClientStartIndex) { in onIpClientCreated()
112 mIpClientStartIndex++; in stopIpClientLocked()
124 mIpClientStartIndex++; in startIpClientLocked()
125 final BtIpClientCallback callback = new BtIpClientCallback(mIpClientStartIndex); in startIpClientLocked()
151 ipClientStartIndex = mIpClientStartIndex; in startNetwork()
171 if (ipClientStartIndex != mIpClientStartIndex) return; in startNetwork()