| 20 | void BluetoothHelper::StartScan() {} |
| 21 | |
| 22 | void BluetoothHelper::StopScan() {} |
| 23 | |
| 24 | std::vector<BluetoothDevice> BluetoothHelper::ScanDevices() { |
| 25 | int dev_id = hci_get_route(nullptr); |
nothing calls this directly
no outgoing calls
no test coverage detected