Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc282 std::unique_ptr<rootcanal::ControllerProperties> controller_properties; member in netsim::hci::facade::ChipInfo
289 std::unique_ptr<rootcanal::ControllerProperties> controller_properties) in ChipInfo() argument
293 controller_properties(std::move(controller_properties)) {} in ChipInfo()
368 std::unique_ptr<rootcanal::ControllerProperties> controller_properties = in Add() local
372 std::make_shared<rootcanal::HciDevice>(transport, *controller_properties); in Add()
409 std::move(controller_properties))); in Add()