From 6bc6378d9fa5f2bbb07d0b79dad7ccd2dc68f8b1 Mon Sep 17 00:00:00 2001 From: Ravi Nagarajan Date: Tue, 5 Jun 2012 10:09:44 -0700 Subject: Override the CIND response to match HFP 1.5 Change-Id: Ic21c4ee8bfb278bb5859ad6b0f9f02f5a3104202 --- include/bt_target.h | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 include/bt_target.h diff --git a/include/bt_target.h b/include/bt_target.h old mode 100644 new mode 100755 index 1b4c128..b5ac06c --- a/include/bt_target.h +++ b/include/bt_target.h @@ -3398,6 +3398,11 @@ The maximum number of payload octets that the local device can receive in a sing #define BTA_AG_CHLD_VAL "(0,1,2,3)" #endif +/* Set the CIND to match HFP 1.5 */ +#ifndef BTA_AG_CIND_INFO +#define BTA_AG_CIND_INFO "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-1)),(\"signal\",(0-5)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2))" +#endif + /****************************************************************************** ** -- cgit v1.1