5e0a9edcae
[ci:skip-build]: already built successfully in CI
5 lines
290 B
Text
5 lines
290 B
Text
# BT unblocked
|
|
SUBSYSTEM=="rfkill", ATTR{name}=="bcm43xx Bluetooth", ACTION=="change", ENV{RFKILL_STATE}=="1", RUN+="/etc/init.d/hciattach start"
|
|
|
|
# BT blocked
|
|
SUBSYSTEM=="rfkill", ATTR{name}=="bcm43xx Bluetooth", ACTION=="change", ENV{RFKILL_STATE}=="0", RUN+="/etc/init.d/hciattach stop"
|