基本注册和下发关阀,移除阀门测试没啥问题
This commit is contained in:
parent
15cc25dd1a
commit
729a210a88
|
@ -715,7 +715,7 @@ static void centralEventCB(gapRoleEvent_t *pEvent)
|
||||||
case GAP_DEVICE_INIT_DONE_EVENT:
|
case GAP_DEVICE_INIT_DONE_EVENT:
|
||||||
{
|
{
|
||||||
GAPRole_CentralCancelDiscovery();
|
GAPRole_CentralCancelDiscovery();
|
||||||
logDebug("停止扫瞄,发起直连\r\n");
|
logDebug("停止扫描,发起直连\r\n");
|
||||||
tmos_start_task(MasterCtrTaskId, MASTER_CONNECT_EVT, 800);
|
tmos_start_task(MasterCtrTaskId, MASTER_CONNECT_EVT, 800);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue