Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
static void onForgetPeer(const std::array<uint8_t, 6>& addr) {
57
bluetooth::unpair(addr);
58
}
59
60
BtManage::BtManage() {
61
bindings = (Bindings) {
Callers
nothing calls this directly
Calls
1
unpair
Function · 0.50
Tested by
no test coverage detected