Searched refs:result_str_is (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bluetooth/uuid/src/ |
D | test_bt_uuid_to_str.c | 31 static void result_str_is(const struct bt_uuid *uuid, const char *expected_str) in result_str_is() function 58 result_str_is(BT_UUID_DECLARE_16(0), "0000"); in ZTEST() 63 result_str_is(BT_UUID_DECLARE_32(0), "00000000"); in ZTEST() 68 result_str_is(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE(0l, 0, 0, 0, 0ll)), in ZTEST() 74 result_str_is(BT_UUID_DECLARE_16(0xabcd), "abcd"); in ZTEST() 80 result_str_is(BT_UUID_DECLARE_32(0xabcdef12), "abcdef12"); in ZTEST() 85 result_str_is(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE( in ZTEST() 89 result_str_is(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE( in ZTEST() 93 result_str_is(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE( in ZTEST()
|