Unstable Advertisement BCM20736S

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I use the following parameters for advertisement:

    /*.default_adv                    =*/ 4,    // HIGH_UNDIRECTED_DISCOVERABLE

    /*.button_adv_toggle              =*/ 0,    // pairing button make adv toggle (if 1) or always on (if 0)

    /*.high_undirect_adv_interval     =*/ 800,   // slots (800 x 0.625 = 500 ms)

    /*.low_undirect_adv_interval      =*/ 0, // slots

    /*.high_undirect_adv_duration     =*/ 2,   // seconds

    /*.low_undirect_adv_duration      =*/ 0,  // seconds

    /*.high_direct_adv_interval       =*/ 0,    // seconds

    /*.low_direct_adv_interval        =*/ 0,    // seconds

    /*.high_direct_adv_duration       =*/ 0,    // seconds

    /*.low_direct_adv_duration        =*/ 0,    // seconds

I want to advertise every 500ms for 2 seconds and then go to sleep mode(devlpm_enterLowPowerMode();) for 2 seconds. Fine timer is at 1000ms, and 1s timer is on.

I check for the advertisements to stop where I put the device to sleep mode, and then after 2 seconds (1s timer function) I put the device back to high advertisement mode.

The attached CSV file is the advertisement frequency I see on an iOS device.

0 Likes
1 Solution
Anonymous
Not applicable

Hello sambhav,

From the develoers:

1.  You need to use a BT Frontline sniffer or equivalent to observe the issues that you are seeing in the advertisements

2.  There have been no reported issues with the Advertisement use case.

Thanks

JT

View solution in original post

0 Likes
3 Replies
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

You should use a real sniffer like Frontline or Ellisys to measure adv interval.

0 Likes
Anonymous
Not applicable

Hello sambhav,

From the develoers:

1.  You need to use a BT Frontline sniffer or equivalent to observe the issues that you are seeing in the advertisements

2.  There have been no reported issues with the Advertisement use case.

Thanks

JT

0 Likes
Anonymous
Not applicable

Thanks JT, will look into this.

0 Likes