summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-07 06:41:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-07 06:41:09 +0000
commit9d3005ec354de3f421495cfc5e0b5705406601b2 (patch)
treeee0b72cd8d4256d0f3713cf429073bf65cea50f4
parentfe15e94f9d1d0a5d3ac11e3ae71a13899d706c02 (diff)
parentee66a76da8a129ce555fb94652441aa384631e32 (diff)
downloadlibbt-9d3005ec354de3f421495cfc5e0b5705406601b2.tar.gz
Merge "Merge Android 14 QPR2 to AOSP main" into mainHEADmastermain
-rw-r--r--src/hardware.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardware.c b/src/hardware.c
index 8f96d60..415bddb 100644
--- a/src/hardware.c
+++ b/src/hardware.c
@@ -1240,6 +1240,8 @@ uint32_t hw_lpm_get_idle_timeout(void)
timeout_ms *= 50;
else if (strstr(hw_cfg_cb.local_chip_name, "BCM43013") != NULL)
timeout_ms *= 1;
+ else if (strstr(hw_cfg_cb.local_chip_name, "BCM4381") != NULL)
+ timeout_ms *= 1;
else
timeout_ms *= 300;