diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index af4b0ed173a8..0ac820dc35f7 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -322,6 +322,7 @@ void hci_inquiry_cache_update(struct hci_dev *hdev, struct inquiry_data *data); | |||
322 | /* ----- HCI Connections ----- */ | 322 | /* ----- HCI Connections ----- */ |
323 | enum { | 323 | enum { |
324 | HCI_CONN_AUTH_PEND, | 324 | HCI_CONN_AUTH_PEND, |
325 | HCI_CONN_REAUTH_PEND, | ||
325 | HCI_CONN_ENCRYPT_PEND, | 326 | HCI_CONN_ENCRYPT_PEND, |
326 | HCI_CONN_RSWITCH_PEND, | 327 | HCI_CONN_RSWITCH_PEND, |
327 | HCI_CONN_MODE_CHANGE_PEND, | 328 | HCI_CONN_MODE_CHANGE_PEND, |