Callback priority

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

cross mob
Anonymous
Not applicable

I understand that all the callback are in the application thread and has the same priority.

I need to adjust an advertisement report callback to have more priority.

Is it possible to set priority to a specific callback on BCM20737s?

Where can I see the detail of interrupt, priority, and message queue on WICED Smart platform?

0 Likes
1 Solution
Anonymous
Not applicable

Hello Prayook,

This is a message and NOT an interrupt.

Messages are all serialized.

Hope this helps.

Thanks

JT

View solution in original post

0 Likes
5 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received
0 Likes
Anonymous
Not applicable

Thank you for your suggestion.

bleappevt_serialize function seems to put a task at the end of the queue (of application thread) with equal priority.

I believe this function will be called in Bluetooth thread when an registered event happen. The problem is I have no control over the Bluetooth thread at all.

0 Likes
Anonymous
Not applicable

Hello Prayook,

This is a message and NOT an interrupt.

Messages are all serialized.

Hope this helps.

Thanks

JT

0 Likes

So is this still an issue? prayook

0 Likes
Anonymous
Not applicable

Yes, it seems impossible on this platform.

0 Likes