summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-05-22 18:12:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-05-31 20:17:39 +0200
commitab46c9c70c41b14db2c216983bfa96194f272b5a (patch)
tree2eda2eb284d9549be2e2033a7177de60cf396b78
parent63292b5c4112e247d6e016c481c4cb5c2c444a3b (diff)
downloadNetworkManager-ab46c9c70c41b14db2c216983bfa96194f272b5a.tar.gz
clients: allow bridge settings for Bluetooth devices
Will be useful for Bluetooth NAP.
-rw-r--r--clients/common/nm-meta-setting-desc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index 1eef126dad..3862e17fee 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -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,
),