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