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

Method SocketBluetooth

src/utils/bluetooth/socket_bluetooth_win.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25SocketBluetooth::SocketBluetooth (std::string mac_addr, int port)
26{
27 this->mac_addr = mac_addr;
28 this->port = port;
29 socket_bt = INVALID_SOCKET;
30}
31
32int SocketBluetooth::connect ()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected