zephyr/tests/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
..
common Bluetooth: controller: store STO value instead of pre-calculated reload 2022-12-01 10:32:34 +01:00
ctrl_api test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_chmu test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_cis_create Bluetooth: controller: Adding user ext. anchor point move to ctrl/CPR 2022-11-09 10:43:17 +01:00
ctrl_cis_terminate test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_collision test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_conn_update Bluetooth: controller: store STO value instead of pre-calculated reload 2022-12-01 10:32:34 +01:00
ctrl_cte_req test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_data_length_update test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_encrypt test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_feature_exchange test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_hci Bluetooth: controller: Adding user ext. anchor point move to ctrl/CPR 2022-11-09 10:43:17 +01:00
ctrl_invalid test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_le_ping test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_min_used_chans test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_phy_update test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_sca_update Bluetooth: controller: implementing SCA update procedure PDU flow 2022-11-08 10:44:54 +01:00
ctrl_terminate test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_tx_buffer_alloc test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_tx_queue test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_unsupported test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ctrl_version test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
mock_ctrl bluetooth: controller: Reduce user ops status to uint8_t 2022-12-16 11:02:30 +00:00