Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Dproperty.h46 bt_property_t* property_new_device_class(const bt_device_class_t* dc);
/system/bt/btcore/test/
Dproperty_test.cc50 bt_property_t* property = property_new_device_class(&dc0); in TEST_F()
183 bt_property_t* property1 = property_new_device_class(&dc0); in TEST_F()
/system/bt/btcore/src/
Dproperty.cc85 bt_property_t* property_new_device_class(const bt_device_class_t* dc) { in property_new_device_class() function