Set scan parameter in bcm4343w(ble)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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

0 Likes
1 Solution
Anonymous
Not applicable

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

View solution in original post

2 Replies
Anonymous
Not applicable

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.

0 Likes