Bluetooth: hci: Fix wrong values of cte type constants
Wrong values were used for CTE type constants. They were update to comply with BT 5.1 spec. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
175e9d9c4d
commit
0f6fcf9d75
1 changed files with 3 additions and 3 deletions
|
@ -1465,9 +1465,9 @@ struct bt_hci_cp_le_set_cl_cte_tx_enable {
|
|||
#define BT_HCI_LE_CTE_LEN_MIN 0x2
|
||||
#define BT_HCI_LE_CTE_LEN_MAX 0x14
|
||||
|
||||
#define BT_HCI_LE_AOA_CTE 0x1
|
||||
#define BT_HCI_LE_AOD_CTE_1US 0x2
|
||||
#define BT_HCI_LE_AOD_CTE_2US 0x3
|
||||
#define BT_HCI_LE_AOA_CTE 0x0
|
||||
#define BT_HCI_LE_AOD_CTE_1US 0x1
|
||||
#define BT_HCI_LE_AOD_CTE_2US 0x2
|
||||
|
||||
#define BT_HCI_LE_CTE_COUNT_MIN 0x1
|
||||
#define BT_HCI_LE_CTE_COUNT_MAX 0x10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue