zephyr/subsys/net/l2/bluetooth
Robert Lubos f38d5f440f net: l2: bluetooth: Remove invalid check
After network interfaces state handling rework, it's no longer correct
to verify the connection status on `net_if_up()`, as this only changes
the administrative state of the interface. The interface won't be put in
operational UP state until it's connected.

This check prevented the interface from being brought up during system
boot.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-12-19 18:18:03 +01:00
..
bluetooth_shell.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bluetooth.c net: l2: bluetooth: Remove invalid check 2022-12-19 18:18:03 +01:00
CMakeLists.txt