Searched refs:property_new_uuids (Results 1 – 3 of 3) sorted by relevance
50 bt_property_t *property_new_uuids(const bt_uuid_t *uuid, size_t count);
144 bt_property_t *property = property_new_uuids(&uuid0, 1); in TEST_F()174 bt_property_t *property0 = property_new_uuids(uuids, sizeof(bt_uuid_t)/sizeof(uuids)); in TEST_F()
106 bt_property_t *property_new_uuids(const bt_uuid_t *uuid, size_t count) { in property_new_uuids() function