clients: allow bridge settings for Bluetooth devices

Will be useful for Bluetooth NAP.
This commit is contained in:
Lubomir Rintel
2017-05-22 18:12:29 +02:00
parent 63292b5c41
commit ab46c9c70c

View File

@@ -6778,6 +6778,7 @@ const NMMetaSettingInfoEditor nm_meta_setting_infos_editor[] = {
.valid_parts = NM_META_SETTING_VALID_PARTS (
NM_META_SETTING_VALID_PART_ITEM (CONNECTION, TRUE),
NM_META_SETTING_VALID_PART_ITEM (BLUETOOTH, TRUE),
NM_META_SETTING_VALID_PART_ITEM (BRIDGE, FALSE),
),
.setting_init_fcn = _setting_init_fcn_bluetooth,
),