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

Function onForgetPeer

Tactility/Source/app/btmanage/BtManage.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static void onForgetPeer(const std::array<uint8_t, 6>& addr) {
57 bluetooth::unpair(addr);
58}
59
60BtManage::BtManage() {
61 bindings = (Bindings) {

Callers

nothing calls this directly

Calls 1

unpairFunction · 0.50

Tested by

no test coverage detected