|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Information about the termination of a periodic advertising sync. More...
#include <bluetooth.h>
Data Fields | |
| const bt_addr_le_t * | addr |
| Advertiser LE address and type. | |
| uint8_t | sid |
| Advertiser SID. | |
| uint8_t | reason |
| Cause of periodic advertising termination. | |
Information about the termination of a periodic advertising sync.
This struct provides information about the termination of a periodic advertising sync. It includes the advertiser’s address and SID, along with the reason for the sync termination. This information is provided in the callback when the sync is terminated, either due to a local or remote request, or due to missing data (e.g., out of range or lost sync).
| const bt_addr_le_t* bt_le_per_adv_sync_term_info::addr |
Advertiser LE address and type.
| uint8_t bt_le_per_adv_sync_term_info::reason |
Cause of periodic advertising termination.
| uint8_t bt_le_per_adv_sync_term_info::sid |
Advertiser SID.