MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / stop

Method stop

src/audio_pdm/BLEStream.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void BLEStream::stop() {
112 if (!_stream) return;
113
114 _stream = false;
115}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected