| 106 | bool HFPExploitEngine::attemptHFPPivot(NimBLEAddress target) { return executeHFPAttackChain(target); } |
| 107 | |
| 108 | bool HFPExploitEngine::attemptHFPHandshake(NimBLEAddress target) { return false; } |
| 109 | |
| 110 | bool HFPExploitEngine::sendHFPPairingRequest(NimBLEAddress target) { return false; } |
| 111 |
nothing calls this directly
no outgoing calls
no test coverage detected