diff options
-rw-r--r-- | src/devices/bluetooth/nm-device-bt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bluetooth/nm-device-bt.c b/src/devices/bluetooth/nm-device-bt.c index b8acc90577..5b586e2a94 100644 --- a/src/devices/bluetooth/nm-device-bt.c +++ b/src/devices/bluetooth/nm-device-bt.c @@ -8,6 +8,7 @@ #include "nm-device-bt.h" +#include <linux/rfkill.h> #include <stdio.h> #include "nm-bluez-common.h" @@ -1114,6 +1115,7 @@ nm_device_bt_new (NMBluezDevice *bt_device, NM_DEVICE_BT_CAPABILITIES, capabilities, NM_DEVICE_TYPE_DESC, "Bluetooth", NM_DEVICE_DEVICE_TYPE, NM_DEVICE_TYPE_BT, + NM_DEVICE_RFKILL_TYPE, RFKILL_TYPE_BLUETOOTH, NULL); } |