|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Information about the state of periodic advertising sync. More...
#include <zephyr/bluetooth/bluetooth.h>
Data Fields | |
| bool | recv_enabled |
| True if receiving periodic advertisements, false otherwise. | |
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.
| bool bt_le_per_adv_sync_state_info::recv_enabled |
True if receiving periodic advertisements, false otherwise.