| 34 | bool isProfileSupported(int /*profileId*/) { return false; } |
| 35 | |
| 36 | void hidHostConnect(const std::array<uint8_t, 6>& /*addr*/) {} |
| 37 | void hidHostDisconnect() {} |
| 38 | bool hidHostIsConnected() { return false; } |
| 39 |
no outgoing calls
no test coverage detected