MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / discover

Method discover

src/utils/bluetooth/socket_bluetooth_linux.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::pair<std::string, int> SocketBluetooth::discover (char *selector)
113{
114 return std::make_pair<std::string, int> (
115 "", (int)SocketBluetoothReturnCodes::UNIMPLEMENTED_ERROR);
116}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected