zephyr/subsys/bluetooth/controller/include
Piotr Pryga 0086e86153 Bluetooth: hci: Fix wrong CTE request interval type
Request interval is a number of connection events that
is used to periodically run CTE request control procedure.
BT 5.3 Core Specification defines it as 2 octets long.
It had wrong type uint8_t. Changed to correct one uint16_t.

The commit also changes type of cte_rsp_en field of lll_df_conn_tx_cfg
to state that it is a boolean flag.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-01-21 09:30:23 -05:00
..
ll_feat.h Bluetooth: Controller: Limit maximum ACL Tx buffer size to 251 octets 2021-11-19 20:12:58 +01:00
ll_settings.h
ll.h Bluetooth: hci: Fix wrong CTE request interval type 2022-01-21 09:30:23 -05:00