Loading tools/rootcanal/model/controller/link_layer_controller.cc +2 −2 Original line number Diff line number Diff line Loading @@ -5164,8 +5164,8 @@ void LinkLayerController::Tick() { void LinkLayerController::Close() { for (auto handle : connections_.GetAclHandles()) { Disconnect(handle, ErrorCode::CONNECTION_TIMEOUT, ErrorCode::CONNECTION_TIMEOUT); Disconnect(handle, ErrorCode::REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF, ErrorCode::REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF); } } Loading Loading
tools/rootcanal/model/controller/link_layer_controller.cc +2 −2 Original line number Diff line number Diff line Loading @@ -5164,8 +5164,8 @@ void LinkLayerController::Tick() { void LinkLayerController::Close() { for (auto handle : connections_.GetAclHandles()) { Disconnect(handle, ErrorCode::CONNECTION_TIMEOUT, ErrorCode::CONNECTION_TIMEOUT); Disconnect(handle, ErrorCode::REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF, ErrorCode::REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF); } } Loading