zephyr/tests/bsim/bluetooth
Emil Gydesen 52f089af23 Bluetooth: CSIP: Set member: Fix issue with re-registration
The bt_csip_set_member_register kept a counter that was not
decreased when bt_csip_set_member_unregister was called.
This meant that we could register and unregister CSIS,
but we could not re-register once it had been unregistered.

This commit fixes this by removing the counter and instead
rely on the service instance state, which also requires restoring
the original service definition, as well as adding a test that would
have failed with the previous version.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-05-27 14:45:15 +02:00
..
audio Bluetooth: CSIP: Set member: Fix issue with re-registration 2025-05-27 14:45:15 +02:00
audio_samples tests: bsim: Bluetooth: broadcast_audio_source interleaved/sequential 2025-03-17 16:24:33 +01:00
hci_uart
host tests/bluetooth & bsim: Fix code compliance issues 2025-05-21 12:35:28 +02:00
ll Bluetooth: Controller: Interleaved extended advertising reception 2025-05-02 15:20:30 +02:00
mesh tests: bsim: bluetooth: mesh: Remove bsim tests with TinyCrypt 2025-05-26 13:17:08 +02:00
samples Bluetooth: Host: More bsim refactoring 2025-02-12 09:40:07 +01:00
tester tests: Bluetooth: BSIM: Store last sent opcode for BT tester 2025-05-02 10:47:32 +02:00
compile.nrf54l15bsim_nrf54l15_cpuapp.sh tests/bsim/bluetooth: Fix BIS test for 54L15 an 5340 2025-03-20 17:15:27 +01:00
compile.nrf5340bsim_nrf5340_cpuapp.sh tests: Bluetooth: Add BT Tester GAP smoke test 2025-04-08 10:49:00 +02:00
compile.nrf5340bsim_nrf5340_cpunet.sh
compile.sh tests: Bluetooth: Add BT Tester GAP smoke test 2025-04-08 10:49:00 +02:00
tests.nrf52bsim.txt
tests.nrf54l15bsim_nrf54l15_cpuapp.txt tests/bsim/bluetooth: Fix BIS test for 54L15 an 5340 2025-03-20 17:15:27 +01:00
tests.nrf5340bsim_nrf5340_cpuapp.txt tests: bsim: bluetooth: host: hfc_multilink: Run test on nRF5340 2025-04-11 06:32:58 +02:00
tests.nrf5340bsim_nrf5340_cpunet.txt