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

Information about the state of periodic advertising sync. More...

#include <bluetooth.h>

Data Fields

bool recv_enabled
 True if receiving periodic advertisements, false otherwise.
 

Detailed Description

Information about the state of periodic advertising sync.

This struct provides information about the current state of a periodic advertising sync. It indicates whether periodic advertising reception is enabled or not. It is typically used to report the state change via callbacks in the bt_le_per_adv_sync_cb structure.

Field Documentation

◆ recv_enabled

bool bt_le_per_adv_sync_state_info::recv_enabled

True if receiving periodic advertisements, false otherwise.


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