Configuration for periodic advertising. More...
#include <ble_gapm.h>
Public Attributes | |
uint16_t | adv_intv_min |
uint16_t | adv_intv_max |
bool | inc_adi_flag |
Configuration for periodic advertising.
Definition at line 616 of file ble_gapm.h.
uint16_t ble_gap_adv_period_cfg_t::adv_intv_max |
Maximum advertising interval (in unit of 1.25 ms). Must be greater than 20 ms.
Definition at line 619 of file ble_gapm.h.
uint16_t ble_gap_adv_period_cfg_t::adv_intv_min |
Minimum advertising interval (in unit of 1.25 ms). Must be greater than 20 ms.
Definition at line 618 of file ble_gapm.h.
bool ble_gap_adv_period_cfg_t::inc_adi_flag |
Flag for include the ADI field in AUX_SYNC_IND PDUs.
Definition at line 620 of file ble_gapm.h.