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.java59 private int mIpClientStartIndex = 0; field in BluetoothTetheringNetworkFactory
85 if (mCurrentStartIndex != mIpClientStartIndex) { in onIpClientCreated()
115 mIpClientStartIndex++; in stopIpClientLocked()
127 mIpClientStartIndex++; in startIpClientLocked()
128 final BtIpClientCallback callback = new BtIpClientCallback(mIpClientStartIndex); in startIpClientLocked()