diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 8e54f825153c..f76f45ae76c3 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
| @@ -231,7 +231,7 @@ enum { | |||
| 231 | * or the HCI device is closed. | 231 | * or the HCI device is closed. |
| 232 | */ | 232 | */ |
| 233 | #define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \ | 233 | #define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \ |
| 234 | BIT(HCI_FAST_CONNECTABLE) | BIT(HCI_LE_ADV)) | 234 | BIT(HCI_LE_ADV)) |
| 235 | 235 | ||
| 236 | /* HCI timeouts */ | 236 | /* HCI timeouts */ |
| 237 | #define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ | 237 | #define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ |
