From c437b6443cab967fb231d7ae94a512332a3733d9 Mon Sep 17 00:00:00 2001 From: ERAMOTO Masaya Date: Thu, 27 Jul 2017 20:30:07 +0900 Subject: [PATCH] core: Fix General options in main.conf For supported_options struct, - adds FastConnectable. (That was added at 1cd65e52665cfbf939c923baea51748e359abfa5.) - removes AlwaysPairable. (That was removed at 12464916d39fa88f2ade96ccbc1d8efd6ea37789.) --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 74827062d..d40221466 100644 --- a/src/main.c +++ b/src/main.c @@ -80,7 +80,6 @@ static const char * const supported_options[] = { "Name", "Class", "DiscoverableTimeout", - "AlwaysPairable", "PairableTimeout", "AutoConnectTimeout", "DeviceID", @@ -89,6 +88,7 @@ static const char * const supported_options[] = { "DebugKeys", "ControllerMode", "MultiProfile", + "FastConnectable", "Privacy", NULL }; -- 2.47.3