diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-07-02 15:30:55 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-07-03 11:42:58 -0400 |
commit | edd3896bc41059fc064c4ec76da004a57203d88e (patch) | |
tree | 444c38b0653352c05b81ffcc915ac419ac826e55 /include/net | |
parent | 0602a8adc3ce3f592d03df426c92d1f36229403c (diff) |
Bluetooth: Add support for Unconfigured Index Removed events
When a controller in an unconfigured state gets removed, then send
Unconfigured Index Removed events.
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/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 7da29fd748d8..651993213bd9 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -642,3 +642,5 @@ struct mgmt_ev_new_conn_param { | |||
642 | } __packed; | 642 | } __packed; |
643 | 643 | ||
644 | #define MGMT_EV_UNCONF_INDEX_ADDED 0x001d | 644 | #define MGMT_EV_UNCONF_INDEX_ADDED 0x001d |
645 | |||
646 | #define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e | ||