Disabling of power management status event

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

cross mob
Anonymous
Not applicable

Hi, i am using wiced sdk 3.5.2 and in this mainly the Bluetooth part. After i pair the eval board with my mobile, i am seeing that "power management status event"             (BTM_POWER_MANAGEMENT_STATUS_EVT) is periodically coming in the Bluetooth call back function.

Can someone help me in understanding why this event might be popping up?

Also, help me on how i can disable this event?

Thanks in Advance,

Sindhu

0 Likes
1 Reply
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

This callback notifies the application about a change in BT sniff mode. The event can't be disabled--as long as a callback manager is registered, it will be called every time a change in sniff mode occurs. Once the event occurs, the callback manager can decide whether or not to do something with it or return.

Jacob

0 Likes