Does the Bluetooth SDK still have wiced_ble_hidd_link_register_poll_callback() or something equivalent?

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

cross mob
BoCo_1857246
Level 4
Level 4
10 replies posted 5 replies posted 10 questions asked

I'm porting code from a 20719B1 using WICED environment to a 20719B2 using Modus Toolbox with v2.8.0 libraries.

With the Modus Toolbox libraries, I can no longer find the function wiced_ble_hidd_link_register_poll_callback(), which registers an application callback function when the application is polled. Does this function still exist, or is there an equivalent?

0 Likes
1 Solution
BoCo_1857246
Level 4
Level 4
10 replies posted 5 replies posted 10 questions asked

And the answer is, the function was renamed wiced_hidd_register_callback_for_poll_event() in wiced_hidd_lib.h

View solution in original post

0 Likes
1 Reply
BoCo_1857246
Level 4
Level 4
10 replies posted 5 replies posted 10 questions asked

And the answer is, the function was renamed wiced_hidd_register_callback_for_poll_event() in wiced_hidd_lib.h

0 Likes