| 110 | } |
| 111 | |
| 112 | std::pair<std::string, int> SocketBluetooth::discover (char *selector) |
| 113 | { |
| 114 | return std::make_pair<std::string, int> ( |
| 115 | "", (int)SocketBluetoothReturnCodes::UNIMPLEMENTED_ERROR); |
| 116 | } |
nothing calls this directly
no outgoing calls
no test coverage detected