diff options
Diffstat (limited to 'include/net/bluetooth')
| -rw-r--r-- | include/net/bluetooth/hci.h | 1 | ||||
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 3 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index fbba43e9bef5..9a5330eed794 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -282,6 +282,7 @@ enum {  	HCI_FORCE_BREDR_SMP,  	HCI_FORCE_STATIC_ADDR,  	HCI_LL_RPA_RESOLUTION, +	HCI_CMD_PENDING,  	__HCI_NUM_FLAGS,  }; diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 094e61e07030..05b1b96f4d9e 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -190,6 +190,9 @@ struct adv_info {  #define HCI_MAX_SHORT_NAME_LENGTH	10 +/* Min encryption key size to match with SMP */ +#define HCI_MIN_ENC_KEY_SIZE		7 +  /* Default LE RPA expiry time, 15 minutes */  #define HCI_DEFAULT_RPA_TIMEOUT		(15 * 60) |