u-blox / c209-aoa-tag

Bluetooth Direction Finding Tag sample application. Works with u-connectLocate.
https://www.u-blox.com/en/technologies/bluetooth-indoor-positioning
Apache License 2.0
31 stars 11 forks source link

fix bt_adv if min/max rate are the same #13

Closed sdetweil closed 2 years ago

sdetweil commented 2 years ago

spec says min and max should not be the same..

jakkra commented 2 years ago

Hi @sdetweil and thanks for highlighting this, from experience controller seems to always use the "longer" interval hence min and max are set to the same in order to force it. As the radio is not doing anything else than sending adv packets, it will be fine for it to NOT have an option to use soemthing else in order to schedule in a better way. This will be handled slightly different in the next version using periodic adv. hence I'm closing this now.