OSDN Git Service

monitor: Add support for LE Advertising mgmt setting
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 24 Sep 2013 12:41:41 +0000 (15:41 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 25 Sep 2013 10:51:11 +0000 (13:51 +0300)
monitor/control.c

index b415edf..4edefde 100644 (file)
@@ -104,7 +104,8 @@ static void mgmt_controller_error(uint16_t len, const void *buf)
 
 static const char *settings_str[] = {
        "powered", "connectable", "fast-connectable", "discoverable",
-       "pairable", "link-security", "ssp", "br/edr", "hs", "le"
+       "pairable", "link-security", "ssp", "br/edr", "hs", "le",
+       "advertising",
 };
 
 static void mgmt_new_settings(uint16_t len, const void *buf)