[PATCH Bluez 4/6] core: Add checking for unknown Policy options

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This adds to check for unknown Policy options.
---
 src/main.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/main.c b/src/main.c
index 90ff6e7..566a64c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -93,6 +93,14 @@ static const char * const supported_options[] = {
 	NULL
 };
 
+static const char * const policy_options[] = {
+	"ReconnectUUIDs",
+	"ReconnectAttempts",
+	"ReconnectIntervals",
+	"AutoEnable",
+	NULL
+};
+
 GKeyFile *btd_get_main_conf(void)
 {
 	return main_conf;
@@ -221,6 +229,7 @@ static void check_config(GKeyFile *config)
 	g_strfreev(keys);
 
 	check_options(config, "General", supported_options);
+	check_options(config, "Policy", policy_options);
 }
 
 static int get_mode(const char *str)
-- 
2.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux