Question
CPU2 Wireless Stack behaviour when CPU1 can't process Bluetooth events in time
When receiving a write event to a characteristic via Bluetooth it is possible to return SVCCTL_EvtAckFlowDisable from the service handler.
This then results in the event buffer not being released back to CPU2.
But what happens if CPU2 runs out of memory? My observation is that packets get dropped.
Is it somehow possible to signal CPU2 to throttle the L2CAP connection when memory runs low?