File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ static esp_ble_adv_params_t ble_adv_params = {
43
43
// Minimum advertising interval for undirected and low duty cycle
44
44
// directed advertising. Range: 0x0020 to 0x4000 Default: N = 0x0800
45
45
// (1.28 second) Time = N * 0.625 msec Time Range: 20 ms to 10.24 sec
46
- .adv_int_min = 0x00A0 , // 100ms
46
+ .adv_int_min = 0x0640 , // 1s
47
47
// Advertising max interval:
48
48
// Maximum advertising interval for undirected and low duty cycle
49
49
// directed advertising. Range: 0x0020 to 0x4000 Default: N = 0x0800
50
50
// (1.28 second) Time = N * 0.625 msec Time Range: 20 ms to 10.24 sec
51
- .adv_int_max = 0x0140 , // 200ms
51
+ .adv_int_max = 0x0C80 , // 2s
52
52
// Advertisement type
53
53
.adv_type = ADV_TYPE_NONCONN_IND ,
54
54
// Use the random address
You can’t perform that action at this time.
0 commit comments