cancel
Showing results for 
Search instead for 
Did you mean: 

the last two parameter of aci_gap_set_discoverable(......,SlaveConnIntervMin,SlaveConnIntervMax)

Wpian
Associate

according to the BlueNRG-MS Bluetooth LE stack aci :aci_gap_set_discoverable(......,SlaveConnIntervMin,SlaveConnIntervMax) 

the last two parameter value range :0x0006~0x0c80,

but the STM32CubeExpansion_BLE1_V4.40

why the last two parameter are 0???

l

2 REPLIES 2
Winfred LU
ST Employee

Giving 0 for parameters Slave_Conn_Interval_Min or Slave_Conn_Interval_Max means :

not to specify minimum or maximum Slave Connection Interval.

Wpian
Associate

Dear Winfred,

thanks for your answer.

not to specify minimum or maximum Slave Connection Interval means the Slave Connection Interval can be random? Besides, I don‘t understand the relationship between ADV_interval and Slave_Conn_interval ,would you please make an explain?Thanks.