summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Bernard Damiano <jbdamiano@gmail.com>2016-04-24 20:29:42 +0200
committerJean-Bernard Damiano <jbdamiano@gmail.com>2016-04-24 20:29:42 +0200
commit87c969183129b6b3cf00d3b97f5ff516169553cd (patch)
tree73d229ff160b1ad20c3026097c3494c4c2418220
parent5320f7cc30ffd6965c133283dfdd915b0eed873d (diff)
downloadandroid_system_bt-87c969183129b6b3cf00d3b97f5ff516169553cd.tar.gz
android_system_bt-87c969183129b6b3cf00d3b97f5ff516169553cd.tar.bz2
android_system_bt-87c969183129b6b3cf00d3b97f5ff516169553cd.zip
add medianav to unsupported device for hfp 1.7
Change-Id: I6d3a91d7d7ee906f4a6ad2ee0559f741cebcaf4a
-rw-r--r--bta/ag/bta_ag_cmd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bta/ag/bta_ag_cmd.c b/bta/ag/bta_ag_cmd.c
index 60dc6b6bd..0881b2817 100644
--- a/bta/ag/bta_ag_cmd.c
+++ b/bta/ag/bta_ag_cmd.c
@@ -338,7 +338,9 @@ const UINT8 bta_ag_callsetup_ind_tbl[] =
static const UINT8 hfp_blacklist_for_version[][3] = {
{0x94, 0x44, 0x44}, // Duster car kit
- {0x00, 0x0e, 0x9f} // BMW 7 series car kit
+ {0x00, 0x0e, 0x9f}, // BMW 7 series car kit
+ {0x10, 0x08, 0xc1}, // Medianav 1
+ {0x00, 0x09, 0x93} // Medianav 1
};
/* blacklist devices which are in-compatible with hfp verision 1.7 */