Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ start
Method
start
src/audio_pdm/BLEStream.cpp:102–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void BLEStream::start() {
103
if (_stream) return;
104
105
filter->reset();
106
index_ble = 0;
107
108
_stream = true;
109
}
110
111
void BLEStream::stop() {
112
if (!_stream) return;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected