diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-07-04 19:06:23 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-07-04 21:12:00 +0300 |
commit | f4537c04d387eda86ed89e0eafe0352f7fa0c9d0 (patch) | |
tree | f1d9b0407564a8dcc6be351605ef7a2b9f4ce710 /include/net/bluetooth/mgmt.h | |
parent | 04c60f05a08aeb5ed412b08da037ed86419344a9 (diff) | |
download | linux-f4537c04d387eda86ed89e0eafe0352f7fa0c9d0.tar.bz2 |
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/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 2 |
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 { #define MGMT_EV_UNCONF_INDEX_ADDED 0x001d #define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e + +#define MGMT_EV_NEW_CONFIG_OPTIONS 0x001f |