Searched refs:ISOAL_STATUS_OK (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_rx.c | 419 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_rx_test_setup() 422 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_rx_test_setup() 438 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_rx_test_setup() 470 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 473 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 572 ISOAL_STATUS_OK, in ZTEST() 641 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 644 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 662 ISOAL_STATUS_OK, in ZTEST() 777 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in ZTEST() [all …]
|
D | isoal_test_tx.c | 431 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_tx_test_setup() 434 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_tx_test_setup() 452 zassert_equal(err, ISOAL_STATUS_OK, "err = 0x%02x", err); in basic_tx_test_setup() 520 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 523 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 589 ISOAL_STATUS_OK, in ZTEST() 661 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 664 zassert_equal(res, ISOAL_STATUS_OK, "res = 0x%02x", res); in ZTEST() 684 ISOAL_STATUS_OK, in ZTEST() 800 PDU_ALLOC_TEST_RETURNS(ISOAL_STATUS_OK); in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 105 return ISOAL_STATUS_OK; in isoal_init_reset() 113 isoal_status_t err = ISOAL_STATUS_OK; in isoal_init() 123 isoal_status_t err = ISOAL_STATUS_OK; in isoal_reset() 212 return ISOAL_STATUS_OK; in isoal_sink_allocate() 421 err = ISOAL_STATUS_OK; in isoal_rx_allocate_sdu() 437 if (err == ISOAL_STATUS_OK) { in isoal_rx_allocate_sdu() 473 err = ISOAL_STATUS_OK; in isoal_rx_buffered_emit_sdu() 584 err = ISOAL_STATUS_OK; in isoal_rx_try_emit_sdu() 659 err = ISOAL_STATUS_OK; in isoal_rx_append_to_sdu() 665 err_alloc = ISOAL_STATUS_OK; in isoal_rx_append_to_sdu() [all …]
|
D | ull_iso.c | 181 timestamp, offset) == ISOAL_STATUS_OK) { in ll_read_iso_tx_sync() 195 timestamp, offset) != ISOAL_STATUS_OK) { in ll_read_iso_tx_sync() 809 status = ISOAL_STATUS_OK; in ll_iso_test_sdu_emit() 1081 return ISOAL_STATUS_OK; in ll_iso_test_pdu_release() 1691 LL_ASSERT(err == ISOAL_STATUS_OK); /* TODO handle err */ in iso_rx_demux() 1840 return ISOAL_STATUS_OK; in ll_iso_pdu_alloc() 1871 return ISOAL_STATUS_OK; in ll_iso_pdu_write() 1892 return ISOAL_STATUS_OK; in ll_iso_pdu_emit() 1907 if (status == ISOAL_STATUS_OK) { in ll_iso_pdu_release() 1932 return ISOAL_STATUS_OK; in ll_iso_pdu_release()
|
D | isoal.h | 14 #define ISOAL_STATUS_OK ((isoal_status_t) 0x00) /* No error */ macro
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 170 return ISOAL_STATUS_OK; in sink_sdu_alloc_hci() 200 return ISOAL_STATUS_OK; in sink_sdu_emit_hci() 265 return ISOAL_STATUS_OK; in sink_sdu_emit_hci() 280 return ISOAL_STATUS_OK; in sink_sdu_write_hci() 489 LL_ASSERT(err == ISOAL_STATUS_OK); in encode_node() 513 LL_ASSERT(err == ISOAL_STATUS_OK || in encode_node()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 108 return ISOAL_STATUS_OK; in test_sink_sdu_alloc() 121 return ISOAL_STATUS_OK; in test_sink_sdu_emit() 131 return ISOAL_STATUS_OK; in test_sink_sdu_write()
|