Skip to main content

ble_advtim_set

3年前

ble_advtim_set

Posted bywisilica0 points 1 reply
0 upvotes

Hi,
I am working on ble_app_peripheral project. The API ble_advtim_set() reduces the advertising interval between each advertising channel as suggested in the post :https://support.dialog-semiconductor.com/using-beacon-reference-design-…. My query is about the default value of the parameter of this api. Also,I observed that, on setting ble_advtim_set(0) in user_app_init(), the BLE packets were not getting transmitted. Please suggest the reasons for the same.

Thanks
Wisilica

3年前

MT_dialog -30 points

Hi wisilica,

Please take a look at the post that you ve made a few time ago,https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-b…, what applies for the 580 applies for the 585. The default value is identical to the 580, meaning 1500us between each advertising channel, but apparently it wont let you advertise with 0 interval between each advertising channel and wont adjust the value in order to perform the advertising, as far as i ve tested the minimum value that you can set the register depends on the length of your advertising string.

Thanks MT_dialog