cancel
Showing results for 
Search instead for 
Did you mean: 

BlueNRG discovery (scan interval) issue

kukushonok
Associate II
Posted on February 18, 2015 at 12:32

Hello,

I have some troubles while discovering ble devices:

no matter

what

I set

the interval

scanning (to aci_gap_start_general_discovery_proc function) procedure

lasts

10 seconds

.

Can I

somehow

reduce the duration of

the scan

?

Regards,

Andrei Kukenov
2 REPLIES 2
Posted on February 19, 2015 at 12:10

Hi Andrei,

the aci_gap_start_general_discovery_proc procedure is terminated when the procedure Aci_Gap_Terminate_Gap_Procedure with the procedure code set to 0x02 is send or a timeout happens (10.24 seconds).

 Therefore if you want to reduce the scan procedure, you can send  the Aci_Gap_Terminate_Gap_Procedure with the procedure code set to 0x02.

Regards,

Graziella Marchese

kukushonok
Associate II
Posted on February 19, 2015 at 13:05

Hi, Marchese

Thacks a lot for your quick reply!!!

Regards,

 Andrei Kukenov