Hi
I am learning the OnSemi application framework.
As per the quick start guide I started with the ‘Peripheral Server’ sample application and I note that it has a copyright message dated up to 2017.
In that application I see that the messages a task will react to are provided at compile time via a const struct varaible.
Then I looked at the ‘ble_peripheral_server_bond’ sample app (copyright dated 2018) and I see it uses the function MsgHandler_add() which adds to a link list at run time.
Is there a latest app note which describes the ideal/best way to develop a new application?
Thank you in advance and look forward to hearing from you.