zephyr/subsys/bluetooth
Andrzej Kaczmarek 3fc74be7e7 Bluetooth: controller: Allow to simply release node allocated in LLL
If we allocate a node in LLL and it turns out that we don't need it
(e.g. allocated connection on AUX_CONNECT_REQ, but connection handshake
did not complete and we don't need it) we still need to send it to ULL
to be released. We can use existing NODE_RX_TYPE_DC_PDU_RELEASE node
type for this purpose, but we just need to make sure it's passed from
LLL to ULL properly.

Also, since this now does not only release DC PDUs, let's change its
name to a more generic one.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2020-12-17 11:36:25 +01:00
..
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: Allow to simply release node allocated in LLL 2020-12-17 11:36:25 +01:00
host Bluetooth: host: Return error code if disconnect has invalid parameters 2020-12-15 11:20:34 +01:00
mesh Bluetooth: Mesh: Fixes Friend Queue store message 2020-12-16 14:27:12 +01:00
services bluetooth: services: add tps service 2020-12-10 13:33:12 +01:00
shell tests: Bluetooth: shell: Fix PAST commands conditional compilation 2020-11-20 11:39:13 +02:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00