Skip to main content
kukushonok
Associate III
February 18, 2015
Question

BlueNRG discovery (scan interval) issue

  • February 18, 2015
  • 2 replies
  • 616 views
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
This topic has been closed for replies.

2 replies

marchese.graziella
Visitor II
February 19, 2015
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 III
February 19, 2015
Posted on February 19, 2015 at 13:05

Hi, Marchese

Thacks a lot for your quick reply!!!

Regards,

 Andrei Kukenov