Hello~
I have finished a few easy peripheral project.
Now I tried to understand the structure of central example, ex: ble_hrs_c, ble_nus_c....
I found that services of peripheral wouldn't be provided evt_handler, except ble_nus.
What is the time the evt_handler would be called?
However, almost every central example has evt_handler to be called.
I can't understand the rule of using evt_handler or not.
Please give me some direction. Thanks!