mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Coverity detected that a zero divisor can be passed to ll_create_connection() without parameter sanitization. Conditionally check the connection creation parameters according to spec. Fixes #35343. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>