zephyr/samples/bluetooth/cap_acceptor/src
Gaetan Perrot 5cff080775 samples: bluetooth: cap_acceptor: Fix shadowed variable
Avoid redeclaring 'err' inside a nested block, which shadowed the outer
definition.

This cleanup prevents confusion and potential logical bugs.

Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
2025-07-19 10:14:13 +02:00
..
cap_acceptor_broadcast.c samples: bluetooth: cap_acceptor: Fix shadowed variable 2025-07-19 10:14:13 +02:00
cap_acceptor_unicast.c
cap_acceptor.h
main.c