MCPcopy 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
52void BLEStream::setStream(BufferedStream ** stream) {
53 if (_stream) end();
54 this->stream = stream;
55}
56
57int BLEStream::provide(int max_cont) {
58 if (!_stream) return 0;

Callers 2

setDeviceMethod · 0.45
setTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected