We are using BCM4343W as BLE Module and we are trying to scan for other BLE modules through our application. We found that the configuration of scan is available as a parameter of wiced_bt_stack_init() API. We have a requirement to dynamically change scan configuration from Passive to Active scan without re-initializing the WICED BLE stack.
Is there any alternate way or API's for setting the scan parameter in WICED without re-initializing the WICED BLE stack?
WICED stack used
Version = 4.1.1
Solved! Go to Solution.
Hi,
As of now, re-initializing the BLE Stack is the only way to change the scan mode from active to passive and vice-versa.
Regards,
- Madhu Sudhan
Hi,
As of now, re-initializing the BLE Stack is the only way to change the scan mode from active to passive and vice-versa.
Regards,
- Madhu Sudhan
Madhu Lakshmipathy wrote:
Hi,
As of now, re-initializing the BLE Stack is the only way to change the scan mode from active to passive and vice-versa.
Regards,
- Madhu Sudhan
Run-time switching active/passive scan issue was reported on
https://community.cypress.com/thread/7788?start=15&tstart=0
I'm surprised there is no improvement so far.