Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp84 property = property_new_uuids(&uuidBE, 1); in process()
92 bt_property_t* propertySrc = property_new_uuids(uuids, std::size(uuids)); in process()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc142 bt_property_t* property = property_new_uuids(&uuid0, 1); in TEST_F()
169 property_new_uuids(uuids, sizeof(uuids) / sizeof(Uuid)); in TEST_F()
/packages/modules/Bluetooth/system/btcore/include/
Dproperty.h53 bt_property_t* property_new_uuids(const bluetooth::Uuid* uuid, size_t count);
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc120 bt_property_t* property_new_uuids(const Uuid* uuid, size_t count) { in property_new_uuids() function