Skip to content

Commit

Permalink
samples: Bluetooth: peripheral_with_multiple_identities
Browse files Browse the repository at this point in the history
Reduce advertising interval to make the scanning_while_connecting
more stable out of the box.

Signed-off-by: Henrik Lander <[email protected]>
  • Loading branch information
henrla authored and jukkar committed Dec 10, 2024
1 parent e07a5df commit 81814fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ struct advertiser_info {
uint8_t id; /* ID associated with the advertiser */
};

#define MIN_ADV_INTERVAL (800)
#define MAX_ADV_INTERVAL (800)
#define MIN_ADV_INTERVAL (700)
#define MAX_ADV_INTERVAL (700)

static struct advertiser_info advertisers[CONFIG_BT_EXT_ADV_MAX_ADV_SET];

Expand Down

0 comments on commit 81814fe

Please sign in to comment.