Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ setStream
Method
setStream
src/audio_pdm/BLEStream.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void BLEStream::setStream(BufferedStream ** stream) {
53
if (_stream) end();
54
this->stream = stream;
55
}
56
57
int BLEStream::provide(int max_cont) {
58
if (!_stream) return 0;
Callers
2
setDevice
Method · 0.45
setTarget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected