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

Method end

src/audio_pdm/BLEStream.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void BLEStream::end() {
47 if (_stream) stop();
48
49 (*stream)->close();
50}
51
52void BLEStream::setStream(BufferedStream ** stream) {
53 if (_stream) end();

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected