Low Power mode

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

cross mob
Anonymous
Not applicable

What is the simplest way to keep the BlueTooth powered on at all times while I attempt to debug with it?

I can’t seem to find the exact API I need to use.

0 Likes
1 Solution
Anonymous
Not applicable
4 Replies
Anonymous
Not applicable

Hello vsesto,

The BCM20732A0.cgs file has a Low Power Configuration section:

By default:

"Sleep enable" = 1

Change to 0 to disable the sleep function.

################################################################################

#  Low power configuration

###############################################################################

ENTRY "Sleep Mode Configuration"

{

    "Sleep mode" = "HIDD"

    "Sleep enable" = 1 ; Change to 0

}

##############################################################################

Let me know if this works.

0 Likes
Anonymous
Not applicable

Unfortunately I dont really know if this worked or not as I can't debug anything. The HCI debug messagesdont seem to be working out. Am I just supposed to rebuild as normal after changing this or do I need to do some other special step?


0 Likes
Anonymous
Not applicable

Hello vesesto,

Yes, just save and then rebuild.

Did you get the HCI debug messages to work?

JT

0 Likes
Anonymous
Not applicable

Yes.