summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-04-28 07:47:54 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-04-28 23:00:15 +0300
commit3caf142f55ddda127621779335d574e89788576d (patch)
treec79b019a3779c8e2f3df2e3f65ab22edd9716eae /lib
parent50ff50b716786fdb5656c0616d3bc1b507b3b5f2 (diff)
downloadbluez-3caf142f55ddda127621779335d574e89788576d.tar.gz
Add support for store_hint in mgmt_ev_new_key
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 6c84312a2..22979d9ca 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -236,6 +236,7 @@ struct mgmt_ev_controller_error {
#define MGMT_EV_NEW_KEY 0x000A
struct mgmt_ev_new_key {
+ uint8_t store_hint;
struct mgmt_key_info key;
} __packed;