summaryrefslogtreecommitdiffstats
path: root/bta/ag/bta_ag_int.h
diff options
context:
space:
mode:
authorRavi Nagarajan <nravi@broadcom.com>2012-08-14 07:20:22 -0700
committerMatthew Xie <mattx@google.com>2012-08-14 11:39:14 -0700
commit072cb49cdba074895678f63def089e4be1026bb7 (patch)
tree86928e0721efce9fca43305bdab26fadbc9ca25f /bta/ag/bta_ag_int.h
parenta4eaddaccd236ec5c5add065e1b393072bdb8386 (diff)
downloadexternal_bluetooth_bluedroid-072cb49cdba074895678f63def089e4be1026bb7.zip
external_bluetooth_bluedroid-072cb49cdba074895678f63def089e4be1026bb7.tar.gz
external_bluetooth_bluedroid-072cb49cdba074895678f63def089e4be1026bb7.tar.bz2
Avoid duplicate unsolicited indicators
Avoid duplicate notifications for service, signal, roam and battery charge bug 6983415 Change-Id: If68ea7315de4f964e7fb83a6a628c8d2c29a333d
Diffstat (limited to 'bta/ag/bta_ag_int.h')
-rwxr-xr-x[-rw-r--r--]bta/ag/bta_ag_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bta/ag/bta_ag_int.h b/bta/ag/bta_ag_int.h
index d8f681c..d953156 100644..100755
--- a/bta/ag/bta_ag_int.h
+++ b/bta/ag/bta_ag_int.h
@@ -270,6 +270,10 @@ typedef struct
UINT8 post_sco; /* action to perform after sco event */
UINT8 call_ind; /* CIEV call indicator value */
UINT8 callsetup_ind; /* CIEV callsetup indicator value */
+ UINT8 service_ind; /* CIEV service indicator value */
+ UINT8 signal_ind; /* CIEV signal indicator value */
+ UINT8 roam_ind; /* CIEV roam indicator value */
+ UINT8 battchg_ind; /* CIEV battery charge indicator value */
UINT8 callheld_ind; /* CIEV call held indicator value */
BOOLEAN retry_with_sco_only; /* indicator to try with SCO only when eSCO fails */
UINT32 bia_masked_out; /* indicators HF does not want us to send */