Searched refs:LL_ASSERT_INFO2 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | debug.h | 33 #define LL_ASSERT_INFO2(cond, param1, param2) \ macro 38 #define LL_ASSERT_INFO2(cond, param1, param2) \ macro
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 297 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, big_handle, err); in ll_big_sync_terminate() 875 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, sync_idx, err); in disable()
|
D | ull_scan.c | 662 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, handle, err);
|
D | ull_conn_iso.c | 1472 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, handle, err); in disable()
|
D | ull_sync.c | 572 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, handle, err); in ll_sync_terminate()
|
D | ull_conn.c | 1819 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, handle, err); in disable()
|
D | ull_adv_aux.c | 2675 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, aux_handle, err); in ull_adv_aux_stop()
|
D | ull_adv_sync.c | 2491 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, sync_handle, err);
|