MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / bluetooth_pair

Function bluetooth_pair

TactilityKernel/source/drivers/bluetooth.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// ---- Pairing ----
46
47error_t bluetooth_pair(struct Device* device, const BtAddr addr) {
48 return BT_API(device)->pair(device, addr);
49}
50
51error_t bluetooth_unpair(struct Device* device, const BtAddr addr) {
52 return BT_API(device)->unpair(device, addr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected