MCPcopy Create free account
hub / github.com/BruceDevices/firmware / attemptHFPHandshake

Method attemptHFPHandshake

src/modules/ble/HFP_Exploit.cpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106bool HFPExploitEngine::attemptHFPPivot(NimBLEAddress target) { return executeHFPAttackChain(target); }
107
108bool HFPExploitEngine::attemptHFPHandshake(NimBLEAddress target) { return false; }
109
110bool HFPExploitEngine::sendHFPPairingRequest(NimBLEAddress target) { return false; }
111

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected