Does calling Cy_BLE_Stop reduce power?

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

cross mob
JeHu_3414236
Level 5
Level 5
10 likes received First like received

Sometimes my application will not use BLE for a long time.  Is it better to stop and start when I use it again or leave it started?  Is there any difference in idle power consumption if I stop it?

0 Likes
1 Solution
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Calling Cy_BLE_Stop can shut down the BLE stack and then reduce the power. If there is condition in your application -- advertisement is timeout and no any connection exists, you can call this function to shut down the stack.

View solution in original post

0 Likes
1 Reply
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Calling Cy_BLE_Stop can shut down the BLE stack and then reduce the power. If there is condition in your application -- advertisement is timeout and no any connection exists, you can call this function to shut down the stack.

0 Likes