Scan setting phy is irrelevant
clackmac opened this issue · 1 comments
clackmac commented
This is not exactly an issue, but wanted to mentioned that on the TcnBluetoothManager
, there's:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
setPhy(ScanSettings.PHY_LE_ALL_SUPPORTED)
setLegacy(true)
}
But the documentation clearly states: This is used only if ScanSettings.Builder#setLegacy is set to false.