aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-14 22:27:55 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-15 03:47:51 -0400
commitf920733885546af2fd8d4b3dd5f8a1ac029f6248 (patch)
treecb746a192d0c17278a11acb3a76ce6656d5f9c8d /include/net
parent17711c62915dd62ab83a5a83a64c0d6105d13b6c (diff)
Bluetooth: Use special function to send filter management index events
For sending Index Added, Index Removed, Unconfigured Index Added and Unconfigured Index Removed managment events the new helper functions allows taking into account if these events are enabled for a certain management socket or not. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index d942fedbaedd..0995ec755959 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -179,6 +179,12 @@ enum {
179 HCI_RESET, 179 HCI_RESET,
180}; 180};
181 181
182/* HCI socket flags */
183enum {
184 HCI_MGMT_INDEX_EVENTS,
185 HCI_MGMT_UNCONF_INDEX_EVENTS,
186};
187
182/* 188/*
183 * BR/EDR and/or LE controller flags: the flags defined here should represent 189 * BR/EDR and/or LE controller flags: the flags defined here should represent
184 * states from the controller. 190 * states from the controller.