commit | b7a85a4ca5479b4abdd85dd06693ae1688ac9a60 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue Mar 25 15:52:45 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed May 07 13:31:09 2025 +0200 |
tree | 6e57395486b874aa60b57924091b1c05b300dba2 | |
parent | c6413c3e17bda9b5c18394ef69a05cc64bde3b1f [diff] |
tests: Bluetooth: Tester: Add missing checks for tx in bcast The stream_started and stream_stopped callbacks are called for both broadcast sink and source in the BT Tester, and thus they should check if the stream can send before attempting to register it for TX (which would otherwise fail). This also guards the call to btp_send_bis_syced_ev so that the event is only sent for broadcast sinks. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>