From 1045832f787df6ef9e647d7b78bf84b636606c33 Mon Sep 17 00:00:00 2001 From: crlonxp <88241281+crlonxp@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:48:30 +0800 Subject: [PATCH] Update src/include/platform/ConnectivityManager.h Co-authored-by: Boris Zbarsky --- src/include/platform/ConnectivityManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/platform/ConnectivityManager.h b/src/include/platform/ConnectivityManager.h index 80513bd1592ddc..6e4d0c0014c4ea 100644 --- a/src/include/platform/ConnectivityManager.h +++ b/src/include/platform/ConnectivityManager.h @@ -180,7 +180,7 @@ class ConnectivityManager typedef void (*OnConnectionCompleteFunct)(void * appState); typedef void (*OnConnectionErrorFunct)(void * appState, CHIP_ERROR err); CHIP_ERROR WiFiPAFConnect(void * appState, OnConnectionCompleteFunct onSuccess, OnConnectionErrorFunct onError); - CHIP_ERROR WiFiPAFSend(chip::System::PacketBufferHandle && msgBuf); + CHIP_ERROR WiFiPAFSend(System::PacketBufferHandle && msgBuf); Transport::WiFiPAFBase * GetWiFiPAF(); void SetWiFiPAF(Transport::WiFiPAFBase * pmWiFiPAF); #endif