diff --git a/APP/multiCentral.c b/APP/multiCentral.c index 328c819..07df430 100644 --- a/APP/multiCentral.c +++ b/APP/multiCentral.c @@ -715,7 +715,7 @@ static void centralEventCB(gapRoleEvent_t *pEvent) case GAP_DEVICE_INIT_DONE_EVENT: { GAPRole_CentralCancelDiscovery(); - logDebug("停止扫瞄,发起直连\r\n"); + logDebug("停止扫描,发起直连\r\n"); tmos_start_task(MasterCtrTaskId, MASTER_CONNECT_EVT, 800); } break;