Loading tools/rootcanal/model/controller/dual_mode_controller.cc +2 −0 Original line number Diff line number Diff line Loading @@ -97,10 +97,12 @@ DualModeController::DualModeController(ControllerProperties properties) } void DualModeController::ForwardToLm(CommandView command) { DEBUG(id_, "<< [LM] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); link_layer_controller_.ForwardToLm(command); } void DualModeController::ForwardToLl(CommandView command) { DEBUG(id_, "<< [LL] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); link_layer_controller_.ForwardToLl(command); } Loading Loading
tools/rootcanal/model/controller/dual_mode_controller.cc +2 −0 Original line number Diff line number Diff line Loading @@ -97,10 +97,12 @@ DualModeController::DualModeController(ControllerProperties properties) } void DualModeController::ForwardToLm(CommandView command) { DEBUG(id_, "<< [LM] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); link_layer_controller_.ForwardToLm(command); } void DualModeController::ForwardToLl(CommandView command) { DEBUG(id_, "<< [LL] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); link_layer_controller_.ForwardToLl(command); } Loading