OSDN Git Service

DO NOT MERGE Fix unexpected behavior in smp_sm_event
[android-x86/system-bt.git] / stack / gap / gap_api.c
index a81efdc..5518efd 100644 (file)
@@ -64,6 +64,10 @@ void GAP_Init(void)
     gap_cb.trace_level = BT_TRACE_LEVEL_NONE;    /* No traces */
 #endif
 
+#if GAP_CONN_INCLUDED == TRUE
+    gap_conn_init();
+#endif
+
 #if BLE_INCLUDED == TRUE
     gap_attr_db_init();
 #endif