Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java132 int bluetoothSubNet = rawAddress[2] & 0xff; in getBluetoothSubAddress() local
133 return (bluetoothSubNet << 8) + 0x5; in getBluetoothSubAddress()