| 29 | void pair(const std::array<uint8_t, 6>& /*addr*/) {} |
| 30 | void unpair(const std::array<uint8_t, 6>& /*addr*/) {} |
| 31 | void connect(const std::array<uint8_t, 6>& /*addr*/, int /*profileId*/) {} |
| 32 | void disconnect(const std::array<uint8_t, 6>& /*addr*/, int /*profileId*/) {} |
| 33 | |
| 34 | bool isProfileSupported(int /*profileId*/) { return false; } |
nothing calls this directly
no outgoing calls
no test coverage detected