zephyr/subsys/bluetooth/controller
Saleh Mehdikhani a4890f954a Bluetooth: Controller: Fix slot_plus_us by converting max CTE len to us
Fixes #53786
The variable slot_plus_us is assumed to be a number in us unit.
To assign the maximum possible CTE length to this variable,
BT_HCI_LE_CTE_LEN_MAX has been used while this parameter is defined
in a 8us units (it's 0x14=20 that corresponds to 160us).
To convert this number to us, it's needed to be multiplied by 8.

Signed-off-by: Saleh Mehdikhani <saleh.mehdikhani@unikie.com>
2023-01-17 11:27:36 +01:00
..
crypto Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
hal Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
hci Bluetooth: controller: Remove HCI_Read_Local_Supported_Codecs [v1] 2022-12-01 15:49:25 +01:00
include Bluetooth: controller: Add support for Read/Write Conn. Accept Timeout 2022-11-24 11:17:28 +01:00
ll_sw Bluetooth: Controller: Fix slot_plus_us by converting max CTE len to us 2023-01-17 11:27:36 +01:00
ticker bluetooth: controller: Reduce user ops status to uint8_t 2022-12-16 11:02:30 +00:00
util Bluetooth: controller: Add lock around LLCP data 2022-11-30 12:49:15 +01:00
CMakeLists.txt Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00
Kconfig Bluetooth: controller: Implement CIS Central in ULL 2022-11-18 12:48:13 +01:00
Kconfig.df Bluetooth: hci: Add VS IQ samples report using 16 bit sign integer sampl 2022-08-19 16:26:10 +02:00
Kconfig.dtm
Kconfig.ll_sw_split Bluetooth: Controller: Fix BT_LL_SW_LLCP_LEGACY compile error 2022-12-11 18:29:02 +01:00