This content has been marked as final.
Show 4 replies
-
1. Re: Scan BLE forever
RaktimR_11 Apr 17, 2018 2:53 AM (in response to vmore_3321141)You can use wiced_bt_ble_observe API with the duration set to zero.
-
2. Re: Scan BLE forever
vmore_3321141 Apr 19, 2018 12:16 PM (in response to RaktimR_11)I guess a follow-up question would be how to stop it once the infinite scan has started?
-
3. Re: Scan BLE forever
axel.lin_1746341 Apr 29, 2018 5:54 PM (in response to vmore_3321141)1 of 1 people found this helpfulvmore_3321141 wrote:
I guess a follow-up question would be how to stop it once the infinite scan has started?
Have you tested stop it by wiced_bt_ble_observe(WICED_FALSE,...)?
-
4. Re: Scan BLE forever
vmore_3321141 Apr 29, 2018 6:07 PM (in response to axel.lin_1746341)1 of 1 people found this helpfulYes, I tried that. It worked