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

Method SocketBluetooth

src/utils/bluetooth/socket_bluetooth_linux.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21SocketBluetooth::SocketBluetooth (std::string mac_addr, int port)
22{
23 this->mac_addr = mac_addr;
24 this->port = port;
25 socket_bt = -1;
26 rep[0] = -1;
27 rep[1] = -1;
28}
29
30int SocketBluetooth::connect ()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected