Question
I made a ble observer program based on p2p_client, and Error: Set scan parameters failed (Status = 0x01)
- November 4, 2024
- 2 replies
- 928 views
Hello,
Based on p2p_client, I want to create an observer program where the device scans the broadcaster/ beacon
I set the scan parameters first, then I enable scan
and an error occurs
i used wireless stack = stm32wb5x_BLE_Stack_full_fw.bin
----------------------------------------------------------------------------------
Error: Set scan parameters failed (Status = 0x01)

----------------------------------------------------------------------------------
Is the way I did it not right?
If the community has an example of a pure ble observer/ scanner program without connecting to another device, can you give it to me?
I have attached my program code below
Thank you for cooperation.
Regards
