Periodic advertising synchronization parameters. More...
#include <ble_gapm.h>
Collaboration diagram for gap_per_sync_param_t:Public Attributes | |
| uint16_t | skip |
| Number of periodic advertising that can be skipped after a successful reception. More... | |
| uint16_t | sync_to |
| Synchronization timeout for the periodic advertising (in unit of 10ms between 100ms and 163.84s). More... | |
| uint8_t | type |
| Periodic synchronization type (see enum gap_per_sync_type). More... | |
| uint8_t | rsvd |
| Reserved for future use. More... | |
| gap_period_adv_addr_cfg_t | adv_addr |
| Address of advertiser with which synchronization has to be established(used only if use_pal is false). More... | |
Periodic advertising synchronization parameters.
Definition at line 646 of file ble_gapm.h.
| gap_period_adv_addr_cfg_t gap_per_sync_param_t::adv_addr |
Address of advertiser with which synchronization has to be established(used only if use_pal is false).
Definition at line 653 of file ble_gapm.h.
| uint8_t gap_per_sync_param_t::rsvd |
Reserved for future use.
Definition at line 652 of file ble_gapm.h.
| uint16_t gap_per_sync_param_t::skip |
Number of periodic advertising that can be skipped after a successful reception.
Maximum authorized value is 499.
Definition at line 648 of file ble_gapm.h.
| uint16_t gap_per_sync_param_t::sync_to |
Synchronization timeout for the periodic advertising (in unit of 10ms between 100ms and 163.84s).
Definition at line 650 of file ble_gapm.h.
| uint8_t gap_per_sync_param_t::type |
Periodic synchronization type (see enum gap_per_sync_type).
Definition at line 651 of file ble_gapm.h.