2019-05-21 12:31 AM
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
2019-05-21 08:31 PM
Giving 0 for parameters Slave_Conn_Interval_Min or Slave_Conn_Interval_Max means :
not to specify minimum or maximum Slave Connection Interval.
2019-06-21 02:18 AM
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.