Searched refs:BT_UUID_32 (Results 1 – 3 of 3) sorted by relevance
41 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()
1505 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()
139 #define BT_UUID_32(__u) CONTAINER_OF(__u, struct bt_uuid_32, uuid) macro