2025-07-28 10:15 AM
ST ,
I am working on getting the scan request event.
After looking at these posts :
https://community.st.com/t5/stm32-mcus-wireless/ble-how-can-i-get-a-scan-request-event/td-p/221485
https://community.st.com/t5/stm32-mcus-wireless/ble-how-can-i-get-a-scan-request-event/td-p/221485
It looks bleak.
Option 1: AN5270
The enable event : ACI_HAL_SET_EVENT_MASK
The event message: ACI HAL events
Both seems not to be enabled ( no "Y" on any of LO, BO , BF etc... ) . What does it mean ? Will they work on full stack ?
Option2 : AN6142/AN5270
The enable event : HCI_LE_SET_EVENT ( I guess puting : • 0x0000000000040000: LE scan request received event will do the trick?)
The event message:: HCI_LE_SCAN_REQUEST_RECEIVED_EVENT is enabled only for LO ? will it work on full stack bin?