Skip to content

Commit

Permalink
Update src/include/platform/ConnectivityManager.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
crlonxp and bzbarsky-apple committed Jul 26, 2024
1 parent 8d709ab commit 1045832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/platform/ConnectivityManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1045832

Please sign in to comment.