Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Dproperty.h50 bt_property_t *property_new_uuids(const bt_uuid_t *uuid, size_t count);
/system/bt/btcore/test/
Dproperty_test.cpp144 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()
/system/bt/btcore/src/
Dproperty.c106 bt_property_t *property_new_uuids(const bt_uuid_t *uuid, size_t count) { in property_new_uuids() function