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

Method close

src/tests/utils/bluetooth/socket_bluetooth_test.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int SocketBluetooth::close ()
65{
66 return port == BRAINFLOW_TEST_BLUETOOTH_CANNOT_CLOSE_PORT ?
67 (int)SocketBluetoothReturnCodes::DISCONNECT_ERROR :
68 (int)SocketBluetoothReturnCodes::STATUS_OK;
69}
70
71std::pair<std::string, int> SocketBluetooth::discover (char *device_selector)
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected