Searched refs:RemoteModelNum (Results 1 – 3 of 3) sorted by relevance
359 std::shared_ptr<RemoteModelNum> RemoteModelNum::Create(const bt_bdname_t& name) { in Create()360 return std::make_shared<RemoteModelNum>(RemoteModelNum(name)); in Create()
271 class RemoteModelNum : public BtPropertyVectorWithPad<uint8_t> {273 RemoteModelNum(const bt_bdname_t& name) in RemoteModelNum() function280 static std::shared_ptr<RemoteModelNum> Create(const bt_bdname_t& name);
261 properties.push_back(RemoteModelNum::Create(kRemoteModelNum)); in fill_property()