21 virtual bool onChannelConflictReport(
22 uint8_t *channelReport,
23 uint8_t channelReportSize,
24 bool hasConfilictInvalidType,
25 bool hasConfilictChannelMissingOnServer,
26 bool hasConflictChannelMissingOnDevice) = 0;
29 observer = newObserver;
33 void notifyChannelConflictResolution(
bool handled) {
34 if (observer !=
nullptr) {
35 observer->onChannelConflictResolution(handled);