Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c17 static bool is_null_terminated(char *str, size_t size) in is_null_terminated() function
28 zassert_true(is_null_terminated(str, sizeof(str)), "Result is not null-terminated."); in result_is_null_terminated()
36 zassume_true(is_null_terminated(str, sizeof(str)), "Result is not a string."); in result_str_is()