zephyr/tests/bluetooth/controller/mock_ctrl/src
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
..
ecb.c
kernel.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ll_assert.c
ll.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
lll_clock.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
lll_conn.c
lll.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mayfly.c Bluetooth: controller: Add lock around LLCP data 2022-11-30 12:49:15 +01:00
ticker.c bluetooth: controller: Reduce user ops status to uint8_t 2022-12-16 11:02:30 +00:00
ull_central.c Bluetooth: controller: CIS Central fixes from EBQ run 2022-11-18 12:48:13 +01:00
ull_conn_iso.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ull_peripheral_iso.c Bluetooth: controller: CIS Central fixes from EBQ run 2022-11-18 12:48:13 +01:00
ull_peripheral.c
ull_scan.c
ull.c Bluetooth: controller: refactor ull_rx_put/sched 2022-12-09 12:44:39 +01:00
util.c