Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32c304d

Browse files
crlonxpbzbarsky-apple
andauthoredJun 20, 2024··
Update src/include/platform/ConnectivityManager.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 3cf4ce6 commit 32c304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/include/platform/ConnectivityManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ConnectivityManager
180180
typedef void (*OnConnectionCompleteFunct)(void * appState);
181181
typedef void (*OnConnectionErrorFunct)(void * appState, CHIP_ERROR err);
182182
CHIP_ERROR WiFiPAFConnect(void * appState, OnConnectionCompleteFunct onSuccess, OnConnectionErrorFunct onError);
183-
CHIP_ERROR WiFiPAFSend(chip::System::PacketBufferHandle && msgBuf);
183+
CHIP_ERROR WiFiPAFSend(System::PacketBufferHandle && msgBuf);
184184
Transport::WiFiPAFBase * GetWiFiPAF();
185185
void SetWiFiPAF(Transport::WiFiPAFBase * pmWiFiPAF);
186186
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.