I am trying to limit the number of queued up notification packets so I am trying to use the Number of Completed packets event. I call:
HCI_EXT_NumComplPktsLimitCmd(2, LL_EXT_ENABLE_NUM_COMPL_PKTS_ON_EVENT);
and I assume I should be receiving HCI_NUM_OF_COMPLETED_PACKETS_EVENT_CODE events but I'm not getting any HCI events at all. Can someone please tell me how to receive these events or if there is a better way to limit the queued packets.