MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / PairDevice

Method PairDevice

common/src/platform/BluetoothHelper.Linux.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool BluetoothHelper::PairDevice(const BluetoothDevice &device) {
57 return true;
58}
59
60int BluetoothHelper::FindSDPChannel(const std::string &deviceAddr, uint8_t *uuid) {
61 bdaddr_t address;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected