diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-14 19:28:05 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-15 09:59:39 +0200 |
commit | f6b7712eb660c50877a56772908326cd31125b21 (patch) | |
tree | 5e5cc33537fc9922f8b8047c96b0295d4322503a /include/net/bluetooth/hci.h | |
parent | 1195fbb8d03e5a6d7e7e49a73592caeb113a0f70 (diff) | |
download | linux-f6b7712eb660c50877a56772908326cd31125b21.tar.gz linux-f6b7712eb660c50877a56772908326cd31125b21.tar.bz2 linux-f6b7712eb660c50877a56772908326cd31125b21.zip |
Bluetooth: Send global configuration updates to all management users
Changes to the global configuration updates like settings, class of
device, name etc. can be received by every user. They are allowed to
read them in the first place so provide the updates via events as
well. Otherwise untrusted users start polling for updates and that
is not a desired behavior.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7a24acaafeea..7f41c7741e76 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -185,6 +185,7 @@ enum { HCI_MGMT_INDEX_EVENTS, HCI_MGMT_UNCONF_INDEX_EVENTS, HCI_MGMT_EXT_INDEX_EVENTS, + HCI_MGMT_GENERIC_EVENTS, }; /* |