OSDN Git Service

Add Remote Device BD address to role switch Blacklist.
authorSatheesh Kumar Pallemoni <palsat@codeaurora.org>
Tue, 28 Jun 2016 11:00:42 +0000 (16:30 +0530)
committerLinux Build Service Account <lnxbuild@localhost>
Wed, 24 Aug 2016 14:09:56 +0000 (08:09 -0600)
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

index 702c2d7..4d38c40 100644 (file)
@@ -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 */
                                                             };
 
 /*******************************************************************************