From 7e356f403e1c35759a03c524d8117f226c4983e9 Mon Sep 17 00:00:00 2001 From: venkata Jagadeesh Date: Tue, 12 Jul 2016 19:18:12 +0530 Subject: [PATCH] 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 --- stack/btm/btm_acl.c | 1 + 1 file changed, 1 insertion(+) 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 */ }; /******************************************************************************* -- 2.11.0