Default periodic advertising synchronization transfer parameters. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | mode |
uint16_t | skip |
uint16_t | sync_to |
uint8_t | cte_type |
Default periodic advertising synchronization transfer parameters.
Definition at line 642 of file ble_gapc.h.
uint8_t ble_gap_per_sync_trans_param_t::cte_type |
Type of Constant Tone Extension device should sync on (
Definition at line 648 of file ble_gapc.h.
uint8_t ble_gap_per_sync_trans_param_t::mode |
Definition at line 644 of file ble_gapc.h.
uint16_t ble_gap_per_sync_trans_param_t::skip |
Number of periodic advertising that can be skipped after a successful receive. Maximum authorized value is 499.
Definition at line 645 of file ble_gapc.h.
uint16_t ble_gap_per_sync_trans_param_t::sync_to |
Synchronization timeout for the periodic advertising (in unit of 10 ms between 100 ms and 163.84s).
Definition at line 647 of file ble_gapc.h.