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 7482706..90ff6e7 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.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