Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c48 result_is_null_terminated(BT_UUID_DECLARE_32(0)); in ZTEST()
63 result_str_is(BT_UUID_DECLARE_32(0), "00000000"); in ZTEST()
80 result_str_is(BT_UUID_DECLARE_32(0xabcdef12), "abcdef12"); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h121 #define BT_UUID_DECLARE_32(value) \ macro
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2698 BT_UUID_DECLARE_32(sys_get_be32(p)), in sdp_get_uuid_data()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst467 * The Bluetooth UUID has been modified to rodata in ``BT_UUID_DECLARE_16``, ``BT_UUID_DECLARE_32``