summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenkata Jagadeesh <vgaraga@codeaurora.org>2016-07-12 19:18:12 +0530
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:10:04 -0600
commit7e356f403e1c35759a03c524d8117f226c4983e9 (patch)
tree68e885087d714748f191ea491590133666ef440a
parenta7b63db98c3dfa6abf2cd043e3970bce2a8861dc (diff)
downloadandroid_system_bt-7e356f403e1c35759a03c524d8117f226c4983e9.tar.gz
android_system_bt-7e356f403e1c35759a03c524d8117f226c4983e9.tar.bz2
android_system_bt-7e356f403e1c35759a03c524d8117f226c4983e9.zip
Bluetooth : GAP : Dont initiate role switch for blacklisted remotes
Don't initiate role switch for blacklisted remotes from DUT as some remotes always rejects role switch and role swicth retrails from DUT may lead to a2dp glitches or random disconnections Change-Id: If0c5212e38ab16a16b6fda35b15b160f89f7f297 CRs-Fixed: 1040611
-rw-r--r--stack/btm/btm_acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack/btm/btm_acl.c b/stack/btm/btm_acl.c
index 6049a38d6..0e844f451 100644
--- a/stack/btm/btm_acl.c
+++ b/stack/btm/btm_acl.c
@@ -69,6 +69,7 @@ static const UINT8 btm_role_switch_black_list_prefix2[][3] = {{0xfc, 0xc2, 0xde}
,{0x00, 0x26, 0xb4} /* NAC FORD,2013 Lincoln */
,{0x00, 0x04, 0x3e} /* OBU II Bluetooth dongle */
,{0x00, 0x23, 0x01} /* Roman R9020 */
+ ,{0x00, 0x26, 0xb4} /* NAC FORD,2013 Lincoln */
};
/*******************************************************************************