Home
last modified time | relevance | path

Searched defs:BtProperty (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property.h49 BtProperty(bt_property_type_t type) : type_(type) {} in BtProperty() function
92 : BtProperty(type), val_(std::make_shared<T>(val)) {} in BtProperty() function
111 : BtProperty(type), val_(std::make_shared<std::vector<T>>(val)) {} in BtProperty() function
115 : BtProperty(type), val_(std::make_shared<std::vector<T>>(val, val + size)) {} in BtProperty() function