Bug 214103
Summary: | HCI_CHANNEL_USER sockets leave device running after exit | ||
---|---|---|---|
Product: | Drivers | Reporter: | Peter Bigot (pab) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | NEW --- | ||
Severity: | normal | CC: | tedd.an |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.11.0-7620-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | code to reproduce behavior |
Description
Peter Bigot
2021-08-18 17:45:07 UTC
If the Bluetooth daemon is running, try it after stop/disable the daemon. If the bluetoothd is required, there is a "AutoEnable" option in /etc/bluetooth/main.conf. Change the value to false, and restart the daemon. It will prevent the HCI interface from enabling after socket close. Regards, Tedd Looks like that explains it. Oddly /etc/bluetooth/main.conf has AutoEnable set true; must be something Ubuntu does since that's not the default. Thanks. This can be closed unless there's a documentation update that would clarify the behavior. |