• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

修訂246a01564723b8d0fe25daa46c6bbfcec07a6895 (tree)
時間2016-09-14 15:03:48
作者Pramod Sivaraman <spramod@code...>
CommiterGerrit - the friendly Code Review server

Log Message

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

Change Summary

差異

--- a/stack/l2cap/l2c_link.c
+++ b/stack/l2cap/l2c_link.c
@@ -60,6 +60,7 @@ static const UINT8 hci_role_switch_black_list_prefix[][3] = {{0x00, 0x26, 0xb4}
6060 ,{0xd0, 0x13, 0x1e} /* Samsung keyboard */
6161 ,{0x1c, 0x48, 0xf9} /* Jabra Storm */
6262 ,{0x8f, 0x20, 0xb4} /* BT1719 */
63+ ,{0xa8, 0xb9, 0xb3} /* Sonata CarKit */
6364 };
6465
6566 /*******************************************************************************