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

Function bluetooth_unpair

TactilityKernel/source/drivers/bluetooth.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51error_t bluetooth_unpair(struct Device* device, const BtAddr addr) {
52 return BT_API(device)->unpair(device, addr);
53}
54
55error_t bluetooth_get_paired_peers(struct Device* device, struct BtPeerRecord* out, size_t* count) {
56 return BT_API(device)->get_paired_peers(device, out, count);

Callers 1

unpairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected