hass-core/homeassistant/components/bluetooth
J. Nick Koston f70f972d88
Fix connectable Bluetooth devices not being seen if the nearest scanner is non-connectable ()
If we saw the non-connectable scanner advertisement first we would reject
the connectable scanner advertisement because it had worse signal strength.

In this case we need to check both
2022-10-17 21:13:26 -04:00
..
translations [ci skip] Translation update 2022-10-01 00:40:08 +00:00
__init__.py Automatically determine the advertising interval for bluetooth devices () 2022-10-14 14:39:18 -04:00
active_update_coordinator.py Fix bluetooth active update coordinator not returning on failure () 2022-09-27 22:51:46 -04:00
advertisement_tracker.py Automatically determine the advertising interval for bluetooth devices () 2022-10-14 14:39:18 -04:00
config_flow.py Hide bluetooth passive option if its not available on the host system () 2022-08-27 19:18:54 -04:00
const.py Bump bleak to 0.19.0 () 2022-10-15 13:57:23 -04:00
diagnostics.py Add diagnostics to bluetooth () 2022-08-27 16:41:49 -05:00
manager.py Fix connectable Bluetooth devices not being seen if the nearest scanner is non-connectable () 2022-10-17 21:13:26 -04:00
manifest.json Bump bleak-retry-connector to 2.3.0 () 2022-10-15 14:08:15 -10:00
match.py Fix bluetooth callback matchers when only matching on connectable () 2022-09-18 10:22:54 -05:00
models.py Bump bleak to 0.19.0 () 2022-10-15 13:57:23 -04:00
passive_update_coordinator.py Reduce overhead to update passive bluetooth devices () 2022-09-16 12:24:20 +02:00
passive_update_processor.py Reduce overhead to update passive bluetooth devices () 2022-09-16 12:24:20 +02:00
scanner.py Bump bleak to 0.19.0 () 2022-10-15 13:57:23 -04:00
strings.json Create an issue when Bluetooth is active on old HAOS () 2022-09-19 21:02:13 -04:00
update_coordinator.py Reduce overhead to update passive bluetooth devices () 2022-09-16 12:24:20 +02:00
usage.py Ensure bleak_retry_connector uses HaBleakClientWrapper () 2022-09-27 14:06:10 -04:00
util.py Handle Modalias missing from the bluetooth adapter details on older BlueZ () 2022-09-18 21:09:45 -04:00