Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_sync_subevent_params Struct Reference

#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.
 

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: