aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-04 13:06:23 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-04 14:12:00 -0400
commitf4537c04d387eda86ed89e0eafe0352f7fa0c9d0 (patch)
treef1d9b0407564a8dcc6be351605ef7a2b9f4ce710 /include/net/bluetooth
parent04c60f05a08aeb5ed412b08da037ed86419344a9 (diff)
Bluetooth: Add support for New Configuration Options management event
When one or more of the missing configuration options change, then send this even to all the other management interface clients. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/mgmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index c7d537f1bd19..80606d2fe086 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -669,3 +669,5 @@ struct mgmt_ev_new_conn_param {
669#define MGMT_EV_UNCONF_INDEX_ADDED 0x001d 669#define MGMT_EV_UNCONF_INDEX_ADDED 0x001d
670 670
671#define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e 671#define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e
672
673#define MGMT_EV_NEW_CONFIG_OPTIONS 0x001f