MCPcopy Create free account
hub / github.com/bdring/FluidNC / deinit

Method deinit

FluidNC/src/BTConfig.cpp:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 void BTConfig::deinit() {
140 if (isOn()) {
141 SerialBT.end();
142 allChannels.deregistration(&btChannel);
143 }
144 }
145
146 bool BTConfig::isOn() const {
147 return btStarted();

Callers 1

call_host_deinitFunction · 0.45

Calls 2

deregistrationMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected