Changing CYBLE_SCANNING_CUSTOM time during execution

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

cross mob
NiHo_1308246
Level 3
Level 3
5 likes given First like received First like given

I was looking through the ble docs and there does not seem to be an API call to set CYBLE_SCANNING_CUSTOM. How do i go about modifying the scan time for BLE?

   

Much Thanks,

   

Nick

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello,

   

Can you try assigning value to the following variables, cyBle_discoveryInfo.scanTo, cyBle_discoveryInfo.scanIntv, cyBle_discoveryInfo.scanWindow . This should work.

   

Thanks,

   

Hima

View solution in original post

0 Likes
1 Reply
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello,

   

Can you try assigning value to the following variables, cyBle_discoveryInfo.scanTo, cyBle_discoveryInfo.scanIntv, cyBle_discoveryInfo.scanWindow . This should work.

   

Thanks,

   

Hima

0 Likes