OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8b3ba
)
monitor: Add support for LE Advertising mgmt setting
author
Johan Hedberg
<johan.hedberg@intel.com>
Tue, 24 Sep 2013 12:41:41 +0000
(15:41 +0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 25 Sep 2013 10:51:11 +0000
(13:51 +0300)
monitor/control.c
patch
|
blob
|
history
diff --git
a/monitor/control.c
b/monitor/control.c
index
b415edf
..
4edefde
100644
(file)
--- a/
monitor/control.c
+++ b/
monitor/control.c
@@
-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)