Companion: new 'manual_add_contacts' pref. New PUSH_CODE_NEW_ADVERT frames

This commit is contained in:
Scott Powell 2025-04-12 21:43:30 +10:00
parent 2de87d1875
commit 561d289ea5
3 changed files with 47 additions and 14 deletions

View file

@ -103,6 +103,7 @@ protected:
}
// 'UI' concepts, for sub-classes to implement
virtual bool isAutoAddEnabled() const { return true; }
virtual void onDiscoveredContact(ContactInfo& contact, bool is_new) = 0;
virtual bool processAck(const uint8_t *data) = 0;
virtual void onContactPathUpdated(const ContactInfo& contact) = 0;