Home
last modified time | relevance | path

Searched refs:expected_length (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/
Ddut.c37 size_t expected_length = sizeof(NOTIFICATION_PAYLOAD); in received_notification() local
46 TEST_ASSERT(length == expected_length, in received_notification()
48 expected_length, length); in received_notification()
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt113 set(expected_length 2) variable
120 test_assert(TEST ${expected_length} EQUAL ${actual_length}