Bluetooth: Fix typo in LE GAP timer definitions
Change-Id: I390043bf44bab2e99fd5d58f52691b50a7763818 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
9533fbcfe1
commit
7fb1900511
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ struct bt_hci_cmd_hdr {
|
|||
#define BT_GAP_ADV_FAST_INT_MIN_1 0x0030 /* 30 ms */
|
||||
#define BT_GAP_ADV_FAST_INT_MAX_1 0x0060 /* 60 ms */
|
||||
#define BT_GAP_ADV_FAST_INT_MIN_2 0x00a0 /* 100 ms */
|
||||
#define BT_GAP_ADV_FAST_INT_MIN_2 0x00a0 /* 150 ms */
|
||||
#define BT_GAP_ADV_FAST_INT_MAX_2 0x00f0 /* 150 ms */
|
||||
#define BT_GAP_ADV_SLOW_INT_MIN 0x0640 /* 1 s */
|
||||
#define BT_GAP_ADV_SLOW_INT_MAX 0x0780 /* 1.2 s */
|
||||
#define BT_GAP_INIT_CONN_INT_MIN 0x0018 /* 30 ms */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue