ble_gap_per_sync_trans_param_t Struct Reference

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
 

Detailed Description

Default periodic advertising synchronization transfer parameters.

Definition at line 498 of file ble_gapc.h.

Member Data Documentation

◆ cte_type

uint8_t ble_gap_per_sync_trans_param_t::cte_type

Type of Constant Tone Extension device should sync on (

See also
enum gap_sync_cte_type).

Definition at line 504 of file ble_gapc.h.

◆ mode

uint8_t ble_gap_per_sync_trans_param_t::mode
See also
gap_per_adv_sync_info_rec_mode.

Definition at line 500 of file ble_gapc.h.

◆ skip

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 501 of file ble_gapc.h.

◆ sync_to

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 503 of file ble_gapc.h.


The documentation for this struct was generated from the following file: