Skip to content

Commit 81814fe

Browse files
henrlajukkar
authored andcommitted
samples: Bluetooth: peripheral_with_multiple_identities
Reduce advertising interval to make the scanning_while_connecting more stable out of the box. Signed-off-by: Henrik Lander <[email protected]>
1 parent e07a5df commit 81814fe

File tree

1 file changed

+2
-2
lines changed
  • samples/bluetooth/peripheral_with_multiple_identities/src

1 file changed

+2
-2
lines changed

samples/bluetooth/peripheral_with_multiple_identities/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ struct advertiser_info {
2222
uint8_t id; /* ID associated with the advertiser */
2323
};
2424

25-
#define MIN_ADV_INTERVAL (800)
26-
#define MAX_ADV_INTERVAL (800)
25+
#define MIN_ADV_INTERVAL (700)
26+
#define MAX_ADV_INTERVAL (700)
2727

2828
static struct advertiser_info advertisers[CONFIG_BT_EXT_ADV_MAX_ADV_SET];
2929

0 commit comments

Comments
 (0)