Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property.cc359 std::shared_ptr<RemoteModelNum> RemoteModelNum::Create(const bt_bdname_t& name) { in Create()
360 return std::make_shared<RemoteModelNum>(RemoteModelNum(name)); in Create()
Dbt_property.h271 class RemoteModelNum : public BtPropertyVectorWithPad<uint8_t> {
273 RemoteModelNum(const bt_bdname_t& name) in RemoteModelNum() function
280 static std::shared_ptr<RemoteModelNum> Create(const bt_bdname_t& name);
Dbt_property_unittest.cc261 properties.push_back(RemoteModelNum::Create(kRemoteModelNum)); in fill_property()