| commit | c66f210f6b70011e3512831729b20d9ffc03cda5 | [log] [tgz] |
|---|---|---|
| author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue May 09 13:51:02 2023 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon May 15 15:26:14 2023 +0200 |
| tree | c9ed6b2ca16018dacc6dc5f32c40784b28948687 | |
| parent | 23b4105b9af0b7423f975cc1c14bd218caf3ee49 [diff] |
Bluetooth: BAP: Broadcast source fix idle state The idle state was never set, thus providing a poorly implemented state machine. Updated the code so that unused code was removed and so that the idle state is properly set. Optimized the way that a state is set for all endpoints for a broadcast source with a new function. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>