xref: /freebsd/sbin/devd/bluetooth.conf (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
1# When a USB Bluetooth dongle appears, activate it
2attach 100 {
3	device-name "ubt[0-9]+";
4	action "service bluetooth quietstart $device-name";
5};
6detach 100 {
7	device-name "ubt[0-9]+";
8	action "service bluetooth quietstop $device-name";
9};
10