summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu MC <mcprabhakaran@google.com>2023-05-22 07:28:18 +0000
committerPrabhu MC <mcprabhakaran@google.com>2023-05-23 06:34:35 +0000
commit46099c2766c3cf74592f97b2cc205e25037e8851 (patch)
treeee0b72cd8d4256d0f3713cf429073bf65cea50f4
parentfe15e94f9d1d0a5d3ac11e3ae71a13899d706c02 (diff)
downloadlibbt-46099c2766c3cf74592f97b2cc205e25037e8851.tar.gz
Bug: 279551091 Test: Manual BT Test cases Change-Id: I18a5e7ecbe67c2f288236ba6f4cbc6608fc0ad42
-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;