zephyr/subsys/bluetooth
Aleksander Wasaznik 2a7adae6c1 Bluetooth: Rename num_complete_pool -> sync_evt_pool
Refactor only. The surrounding ifdefs are intentionally not changed in
this patch. They will be in the near future.

Rename the pool and generalize the documentation to allow using this
pool for other events that fit the same criteria. This pool can be used
for any buffer that is processed synchronously, without negatively
affecting 'num complete' messages. E.g. 'cmd complete/status' can be put
in this pool already.

We will be working towards making the host process all event buffers
synchronously. This is because events have no dedicated flow control,
and discarding events in the driver without informing the host creates
problems. Discarding should instead happen in the host higher layers
when unavoidable.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2024-04-25 15:10:50 +02:00
..
audio Bluetooth: BAP: Shell: Add BASS service data to ext-adv 2024-04-25 09:56:25 +00:00
common Bluetooth: Remove rx < tx prio check 2024-04-18 14:56:42 +02:00
controller Bluetooth: Controller: Aux offset population assertion check 2024-04-24 15:02:28 -04:00
crypto
host Bluetooth: Rename num_complete_pool -> sync_evt_pool 2024-04-25 15:10:50 +02:00
lib Bluetooth: Host: Remove 'Experimental' flag of EAD 2023-07-28 17:48:16 +02:00
mesh Bluetooth: Mesh: fix start rx transaction before tx is ended 2024-04-24 15:01:43 -04:00
services Bluetooth: OTS: Fix checksum calculation support 2024-04-25 07:44:08 -04:00
shell Bluetooth: Shell: Remove usage of auto name in AD 2024-04-23 12:42:24 +02:00
CMakeLists.txt
Kconfig Bluetooth: ISO: Add CONFIG_BT_ISO_{RX/TX} 2024-03-02 15:05:39 +01:00
Kconfig.adv
Kconfig.iso Bluetooth: ISO: Add CONFIG_BT_ISO_{RX/TX} 2024-03-02 15:05:39 +01:00
Kconfig.logging Bluetooth: Rename BT_BREDR to BT_CLASSIC 2024-03-07 11:26:45 +02:00