blecm_hciReset() collides with bt_clock_based_periodic_timer_Enable()

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

cross mob
Anonymous
Not applicable

Hi,

on the bcm20737 I just noted that when I call blecm_hciReset() in a link down callback the bt_clock_based_periodic_timer appears to stop working. While I can do without the hciReset() since it was just a leftover from some tinkering session, I'm wondering what else I have to avoid while using the bt clock based periodic timer.

Regards,

Kilian

0 Likes
1 Solution
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

The application should never invoke HCI reset (behavior is undefined if it does) because the stack will not know about this and will put its state machine out of sync with the rest of the system. So what you see is expected.

View solution in original post

1 Reply