Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/include/
Drootcanal_rs.h116 const LinkLayer* link_layer_create(ControllerOps ops);
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs217 pub extern "C" fn link_layer_create(ops: ControllerOps) -> *const LinkLayer { in link_layer_create() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2121 ll_.reset(link_layer_create(controller_ops_)); in LinkLayerController()
6136 ll_.reset(link_layer_create(controller_ops_)); in Reset()