I have a multi peripheral sample I am trying to make work
I do a
BLE_NUS_DEF(m_nus) and BLE_HRS_DEF(m_hrs)
this will register two event handlers.
When an event occurs, say a connection to HRS, I do see the events in both handlers. Is is possible to have only the HRS events to the hrs handler and NUS events to NUS handler ?
Thanks