Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ available
Method
available
src/audio_pdm/BLEStream.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool BLEStream::available() {
43
return _stream;
44
}
45
46
void BLEStream::end() {
47
if (_stream) stop();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected