system/bt
修訂 | 246a01564723b8d0fe25daa46c6bbfcec07a6895 (tree) |
---|---|
時間 | 2016-09-14 15:03:48 |
作者 | Pramod Sivaraman <spramod@code...> |
Commiter | Gerrit - the friendly Code Review server |
GAP: Accept incoming connection as slave
Accepting the incoming connection with DUT in slave role
as some remotes can not establish connections in slave role
and incoming connection always fails with these remotes.
Change-Id: Ia3dfb3b4846b8c47980a502d474c349c34b8439b
CRs-Fixed: 1065123
@@ -60,6 +60,7 @@ static const UINT8 hci_role_switch_black_list_prefix[][3] = {{0x00, 0x26, 0xb4} | ||
60 | 60 | ,{0xd0, 0x13, 0x1e} /* Samsung keyboard */ |
61 | 61 | ,{0x1c, 0x48, 0xf9} /* Jabra Storm */ |
62 | 62 | ,{0x8f, 0x20, 0xb4} /* BT1719 */ |
63 | + ,{0xa8, 0xb9, 0xb3} /* Sonata CarKit */ | |
63 | 64 | }; |
64 | 65 | |
65 | 66 | /******************************************************************************* |