Skip to content

Commit

Permalink
Update src/platform/ESP32/nimble/BLEManagerImpl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
shubhamdp and bzbarsky-apple authored Sep 13, 2023
1 parent d71e172 commit 62df30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/ESP32/nimble/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 62df30f

Please sign in to comment.