10s adv period

This commit is contained in:
leo 2022-11-27 11:25:51 +01:00
parent f97119cb48
commit fd69597093
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -72,6 +72,8 @@ struct ble_hs_adv_fields adv_fields = {
struct ble_gap_adv_params adv_params = {
.conn_mode = BLE_GAP_CONN_MODE_UND,
.disc_mode = BLE_GAP_DISC_MODE_GEN,
.itvl_min = 0x4000,
.itvl_max = 0x4000,
};