Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_le_per_adv_sync_transfer_param Struct Reference

Parameters for periodic advertising sync transfer. More...

#include <bluetooth.h>

Data Fields

uint16_t skip
 Maximum event skip.
 
uint16_t timeout
 Synchronization timeout (N * 10 ms)
 
uint32_t options
 Periodic Advertising Sync Transfer options, see bt_le_per_adv_sync_transfer_opt.
 

Detailed Description

Parameters for periodic advertising sync transfer.

This struct defines the parameters for configuring periodic advertising sync transfers (PASTs). It includes settings for the maximum event skip, synchronization timeout, and options for sync transfer.

Note
Used in the bt_le_per_adv_sync_transfer_subscribe function to configure sync transfer settings.

Field Documentation

◆ options

uint32_t bt_le_per_adv_sync_transfer_param::options

Periodic Advertising Sync Transfer options, see bt_le_per_adv_sync_transfer_opt.

◆ skip

uint16_t bt_le_per_adv_sync_transfer_param::skip

Maximum event skip.

The number of periodic advertising packets that can be skipped after a successful receive.

◆ timeout

uint16_t bt_le_per_adv_sync_transfer_param::timeout

Synchronization timeout (N * 10 ms)

Synchronization timeout for the periodic advertising sync. Range 0x000A to 0x4000 (100 ms to 163840 ms)


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