| 54 | } |
| 55 | |
| 56 | bool BluetoothHelper::PairDevice(const BluetoothDevice &device) { |
| 57 | return true; |
| 58 | } |
| 59 | |
| 60 | int BluetoothHelper::FindSDPChannel(const std::string &deviceAddr, uint8_t *uuid) { |
| 61 | bdaddr_t address; |
nothing calls this directly
no outgoing calls
no test coverage detected