Searched refs:bluetoothSubNet (Results 1 – 1 of 1) sorted by relevance
132 int bluetoothSubNet = rawAddress[2] & 0xff; in getBluetoothSubAddress() local133 return (bluetoothSubNet << 8) + 0x5; in getBluetoothSubAddress()