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_subevent_params Struct Reference

Parameters for synchronizing with specific periodic advertising subevents. More...

#include <bluetooth.h>

Data Fields

uint16_t properties
 Periodic Advertising Properties.
 
uint8_t num_subevents
 Number of subevents to sync to.
 
uint8_tsubevents
 The subevent(s) to synchronize with.
 

Detailed Description

Parameters for synchronizing with specific periodic advertising subevents.

This struct contains the parameters used to synchronize with a subset of subevents in periodic advertising. It includes the periodic advertising properties, the number of subevents to sync to, and the list of subevents that the controller should synchronize with.

Note
Used in bt_le_per_adv_sync_subevent function to control synchronization.

Field Documentation

◆ num_subevents

uint8_t bt_le_per_adv_sync_subevent_params::num_subevents

Number of subevents to sync to.

◆ properties

uint16_t bt_le_per_adv_sync_subevent_params::properties

Periodic Advertising Properties.

Bit 6 is include TxPower, all others RFU.

◆ subevents

uint8_t* bt_le_per_adv_sync_subevent_params::subevents

The subevent(s) to synchronize with.

The array must have num_subevents elements.


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