From 62df30ff5c40f20732b1afa99f24668c520051c1 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 13 Sep 2023 12:28:01 +0530 Subject: [PATCH] Update src/platform/ESP32/nimble/BLEManagerImpl.cpp Co-authored-by: Boris Zbarsky --- src/platform/ESP32/nimble/BLEManagerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/ESP32/nimble/BLEManagerImpl.cpp b/src/platform/ESP32/nimble/BLEManagerImpl.cpp index 72223cfab12e5f..d59bef7c8055c1 100644 --- a/src/platform/ESP32/nimble/BLEManagerImpl.cpp +++ b/src/platform/ESP32/nimble/BLEManagerImpl.cpp @@ -1305,7 +1305,7 @@ CHIP_ERROR BLEManagerImpl::HandleGAPDisconnect(struct ble_gap_event * gapEvent) } // Set the connection handle if unsubscribe is successful. This connection handle is then used in - // _OnPlatformEvent() and HandleConnectionError() is called if its valid. + // _OnPlatformEvent() and HandleConnectionError() is called if it's valid. disconnectEvent.CHIPoBLEConnectionError.ConId = gapEvent->disconnect.conn.conn_handle; disconnectEvent.CHIPoBLEConnectionError.Reason = disconReason; }