Issue with BLE Central Mode Scanning on STM32WB55CG in BLE_p2pClient Example
Hello STM32 Community,
I am currently working with the STM32WB55CG microcontroller and am using the BLE_p2pClient example from the STM32 SDK. My goal is to configure the device in central mode, start scanning, and retrieve the MAC address of the nearest BLE device.
Issue Description:
I followed the setup instructions in the example, including uploading the BLE stack specified in the README file.
To initiate scanning, I used the following function call:
status = aci_gap_start_general_discovery_proc(0x4000, 0x4000, 0x00, 0);
However, I am not receiving any data or MAC addresses from nearby devices. The scan seems to start, but I do not see any output with device information.
Questions:
Is it possible to use the STM32WB55CG to scan and retrieve MAC addresses of nearby BLE devices in central mode using this SDK and example?
Could there be an issue with my setup or BLE stack configuration that might prevent the scan from returning results?
Additional Information:
I am new to STM32 development, so if there are specific APIs or configuration steps required to ensure central mode scanning works, I would greatly appreciate any guidance or documentation references.
Thank you in advance for your help!
