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>
diff --git a/include/bluetooth/hci.h b/include/bluetooth/hci.h
index f59a77d..1270eec 100644
--- a/include/bluetooth/hci.h
+++ b/include/bluetooth/hci.h
@@ -1465,9 +1465,9 @@
#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