Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void BLEStream::end() {
47
if (_stream) stop();
48
49
(*stream)->close();
50
}
51
52
void BLEStream::setStream(BufferedStream ** stream) {
53
if (_stream) end();
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected