From 4972908ba702c6aeac8a213872d58f0e047cff48 Mon Sep 17 00:00:00 2001
From: Katherine Lai <laikatherine@google.com>
Date: Thu, 11 Aug 2022 18:33:20 +0000
Subject: [PATCH] Update BTA_DM_PM_PARK_IDX with actual number of current
 entries in Sniff Table

Bug: 242201644
Test: Builds
Change-Id: Icf1d67e4f78ab355aeb9558e8741ae330a0ba884
---
 system/bta/include/bta_api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/bta/include/bta_api.h b/system/bta/include/bta_api.h
index d6b0f75146c..dacd9f4bf35 100644
--- a/system/bta/include/bta_api.h
+++ b/system/bta/include/bta_api.h
@@ -548,7 +548,7 @@ enum {
 
 #ifndef BTA_DM_PM_PARK_IDX
 #define BTA_DM_PM_PARK_IDX \
-  6 /* the actual index to bta_dm_pm_md[] for PARK mode */
+  7 /* the actual index to bta_dm_pm_md[] for PARK mode */
 #endif
 
 #ifndef BTA_DM_PM_SNIFF_A2DP_IDX
-- 
GitLab