Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Robert Schulze committed Oct 6, 2022
1 parent 3f41255 commit d0d7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Zephyr/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ struct BLEManagerImpl::ServiceData

CHIP_ERROR BLEManagerImpl::StartAdvertising(void)
{
int err = 0;
int err = 0;

// At first run always select fast advertising, on the next attempt slow down interval.
const uint32_t intervalMin = mFlags.Has(Flags::kFastAdvertisingEnabled) ? CHIP_DEVICE_CONFIG_BLE_FAST_ADVERTISING_INTERVAL_MIN
Expand Down

0 comments on commit d0d7d98

Please sign in to comment.