As the Linux support for my new laptop's WWAN isn't really good at the moment, I use Android's Bluetooth tethering instead via NetworkManager.
This creates a bnep0 interface which is listed as type bt in nmcli dev. I'd like to add support for that to tlp-rdw so that I can disable all other interfaces when I'm connected via Bluetooth.
I should be able to write a PR for this adding DEVICES_TO_(DI|EN)SABLE_ON_BT_(|DIS)CONNECT settings, does that sound good?
As the Linux support for my new laptop's WWAN isn't really good at the moment, I use Android's Bluetooth tethering instead via NetworkManager.
This creates a
bnep0
interface which is listed as typebt
innmcli dev
. I'd like to add support for that to tlp-rdw so that I can disable all other interfaces when I'm connected via Bluetooth.I should be able to write a PR for this adding
DEVICES_TO_(DI|EN)SABLE_ON_BT_(|DIS)CONNECT
settings, does that sound good?