BlueNRG-MS stack w/ STM32L475 - why calling free_event_list in hci_send_req
Hi,I am using BlueNRG-MS stack w/ STM32L475 MCU.I realized that I loose BLE packets, and I found the reason being calling free_event_list on hci_send_req which might drop already received packets, and results in error.Why doing this? Is this necessar...