zephyr/subsys/bluetooth/controller
Troels Nilsson c0a5b1ef7b bluetooth: controller: Reduce user ops status to uint8_t
The status field is currently a uint32_t even though there are only
3 possible values. Reducing it to a uint8_t allows status to fit in
existing padding in the struct, saving 4 bytes per ticker_user_op

Updated function signatures to match; ticker_op_func left as-is
to avoid having to update a whole bunch of files for no real benefit

Signed-off-by: Troels Nilsson <trnn@demant.com>
2022-12-16 11:02:30 +00: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 MIC failure transmitting LL_CIS_REQ PDU 2022-12-12 18:44:40 +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 bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split Bluetooth: Controller: Fix BT_LL_SW_LLCP_LEGACY compile error 2022-12-11 18:29:02 +01:00