We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07a5df commit 81814feCopy full SHA for 81814fe
samples/bluetooth/peripheral_with_multiple_identities/src/main.c
@@ -22,8 +22,8 @@ struct advertiser_info {
22
uint8_t id; /* ID associated with the advertiser */
23
};
24
25
-#define MIN_ADV_INTERVAL (800)
26
-#define MAX_ADV_INTERVAL (800)
+#define MIN_ADV_INTERVAL (700)
+#define MAX_ADV_INTERVAL (700)
27
28
static struct advertiser_info advertisers[CONFIG_BT_EXT_ADV_MAX_ADV_SET];
29
0 commit comments