|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Parameters for synchronizing with specific periodic advertising subevents. More...
#include <zephyr/bluetooth/bluetooth.h>
Data Fields | |
| uint16_t | properties |
| Periodic Advertising Properties. | |
| uint8_t | num_subevents |
| Number of subevents to sync to. | |
| uint8_t * | subevents |
| The subevent(s) to synchronize with. | |
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.
| uint8_t bt_le_per_adv_sync_subevent_params::num_subevents |
Number of subevents to sync to.
| uint16_t bt_le_per_adv_sync_subevent_params::properties |
Periodic Advertising Properties.
Bit 6 is include TxPower, all others RFU.
| uint8_t* bt_le_per_adv_sync_subevent_params::subevents |
The subevent(s) to synchronize with.
The array must have num_subevents elements.