zephyr/subsys/bluetooth/controller/ll_sw/nordic
Pisit Sawangvonganan af4527e131 style: subsys: adjust return usage in void functions
For code clarity, this commit adjusts the use of `return` statements
in functions with a void return type as follows:
- Transform `return foo();` into separate statements:
  `foo();`
  `return;`
- Remove unnecessary `return` statements when
  they don't affect control flow.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-20 11:06:55 +02:00
..
hal Bluetooth: Controller: nRF54Lx: Use nrfx interface for bsim use (4/4) 2024-08-30 11:47:15 -04:00
hci Bluetooth: Controller: Treat nrf54l15bsim like a real platform 2024-06-07 18:07:48 +01:00
lll style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
ull Bluetooth: controller: Send TX PDU release with no DP to vendor function 2024-08-05 16:28:35 +02:00
CMakeLists.txt Bluetooth: Controller: Introduce BT_CTLR_CRYPTO_SUPPORT 2024-06-07 18:07:48 +01:00