| 62 | } |
| 63 | |
| 64 | int SocketBluetooth::close () |
| 65 | { |
| 66 | return port == BRAINFLOW_TEST_BLUETOOTH_CANNOT_CLOSE_PORT ? |
| 67 | (int)SocketBluetoothReturnCodes::DISCONNECT_ERROR : |
| 68 | (int)SocketBluetoothReturnCodes::STATUS_OK; |
| 69 | } |
| 70 | |
| 71 | std::pair<std::string, int> SocketBluetooth::discover (char *device_selector) |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected