In ble_app_blinky_pca10040e_s112 example, Generic access service has read and write permission.
When writing the name, I want to handle this event and change the advertisement name.
How do I do this?
When I write the name, It triggers ble_evt_handler with p_ble_evt->header.evt_id = 0x50. Where does this get handled and how does it stores the name?