From 29cf0393d160fd39ebac5178a49433e35c8dbd6e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 30 Jul 2014 10:34:57 +0300 Subject: [PATCH] monitor: Rename pairable to bondable --- monitor/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index 451eabe8c..8ee44310c 100644 --- a/monitor/control.c +++ b/monitor/control.c @@ -154,7 +154,7 @@ static void mgmt_new_config_options(uint16_t len, const void *buf) static const char *settings_str[] = { "powered", "connectable", "fast-connectable", "discoverable", - "pairable", "link-security", "ssp", "br/edr", "hs", "le", + "bondable", "link-security", "ssp", "br/edr", "hs", "le", "advertising", "secure-conn", "debug-keys", "privacy", }; -- 2.47.3