From 5aa0c09f646e19232fb2f8bd8156fd64ff07efad Mon Sep 17 00:00:00 2001 From: Satheesh Kumar Pallemoni Date: Tue, 28 Jun 2016 16:30:42 +0530 Subject: [PATCH] Add Remote Device BD address to role switch Blacklist. When some remote devices acts as a slave role for incoming connection to DUT, they will not respond to the AVDT signalling commands properly and go to bad state.In this case role switch would resolve this issue. CRs-Fixed: 1035137 Change-Id: Ic1741d96f3409b29ee6ca2280c8ba97e214e9682 --- stack/l2cap/l2c_link.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stack/l2cap/l2c_link.c b/stack/l2cap/l2c_link.c index 702c2d793..4d38c4098 100644 --- a/stack/l2cap/l2c_link.c +++ b/stack/l2cap/l2c_link.c @@ -58,6 +58,7 @@ static const UINT8 hci_role_switch_black_list_prefix[][3] = {{0x00, 0x26, 0xb4} ,{0x00, 0x23, 0x01} /* Roman R9020 */ ,{0xa4, 0x15, 0x66} /* Motorola Boom */ ,{0xd0, 0x13, 0x1e} /* Samsung keyboard */ + ,{0x1c, 0x48, 0xf9} /* Jabra Storm */ }; /******************************************************************************* -- 2.11.0