Home
last modified time | relevance | path

Searched refs:ISOAL_STATUS_OK (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_rx.c419 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 …]
Disoal_test_tx.c431 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/
Disoal.c105 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 …]
Dull_iso.c181 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()
Disoal.h14 #define ISOAL_STATUS_OK ((isoal_status_t) 0x00) /* No error */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c170 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/
Dtest_bis.c108 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()