Searched refs:uuid_128 (Results 1 – 4 of 4) sorted by relevance
11 static struct bt_uuid_128 uuid_128 = BT_UUID_INIT_128( variable24 zassert_false(bt_uuid_cmp(&uuid_128.uuid, BT_UUID_DECLARE_16(0xffff)), in ZTEST()28 zassert_false(bt_uuid_cmp(&uuid_16.uuid, &uuid_128.uuid), in ZTEST()36 zassert_true(bt_uuid_cmp(&uuid_128.uuid, BT_UUID_DECLARE_16(0x000)), in ZTEST()
231 obj_meta->type.uuid_128.val, in ots_obj_type_read()232 sizeof(obj_meta->type.uuid_128.val)); in ots_obj_type_read()
105 net_buf_simple_add_mem(net_buf, obj->metadata.type.uuid_128.val, in dir_list_object_encode()
64 struct bt_uuid_128 uuid_128; member