Skip to content

Commit

Permalink
Changing max period of slow advertisement to 600ms (#24516)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanr-q authored and pull[bot] committed Aug 17, 2023
1 parent 5905d26 commit 48210e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/qpg/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
#define CHIP_DEVICE_CONFIG_CHIPOBLE_ENABLE_ADVERTISING_AUTOSTART 0
#define CHIP_DEVICE_CONFIG_ENABLE_PAIRING_AUTOSTART 0

// Maps to 600ms interval
#define CHIP_DEVICE_CONFIG_BLE_SLOW_ADVERTISING_INTERVAL_MAX 960

// ========== Platform-specific Cluster Overrides =========
#define CHIP_CLUSTER_NETWORK_COMMISSIONING_MAX_NETWORKS 1

0 comments on commit 48210e6

Please sign in to comment.