Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btcore/include/
Dproperty.h81 const bluetooth::Uuid* property_as_uuids(const bt_property_t* property,
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp86 (void)property_as_uuids(property, &uuidCount); in process()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc149 const Uuid* uuid1 = property_as_uuids(property, &uuid_cnt1); in TEST_F()
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc223 const Uuid* property_as_uuids(const bt_property_t* property, size_t* count) { in property_as_uuids() function