Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Duuid.c41 sys_put_le32(BT_UUID_32(src)->val, in uuid_to_uuid128()
71 return (int)BT_UUID_32(u1)->val - (int)BT_UUID_32(u2)->val; in bt_uuid_cmp()
89 BT_UUID_32(uuid)->val = sys_get_le32(data); in bt_uuid_create()
111 snprintk(str, len, "%08x", BT_UUID_32(uuid)->val); in bt_uuid_to_str()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c1505 net_buf_add_be32(buf, BT_UUID_32(param->uuid)->val); in sdp_client_ss_search()
1608 net_buf_add_be32(buf, BT_UUID_32(param->uuid)->val); in sdp_client_ssa_search()
2713 (proto_profile == BT_UUID_32(&pd->uuid)->val)) { in sdp_get_uuid_data()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h139 #define BT_UUID_32(__u) CONTAINER_OF(__u, struct bt_uuid_32, uuid) macro