Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_sync_term_info Struct Reference

Information about the termination of a periodic advertising sync. More...

#include <bluetooth.h>

Data Fields

const bt_addr_le_taddr
 Advertiser LE address and type.
 
uint8_t sid
 Advertiser SID.
 
uint8_t reason
 Cause of periodic advertising termination.
 

Detailed Description

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

Note
Used in bt_le_per_adv_sync_cb structure.

Field Documentation

◆ addr

const bt_addr_le_t* bt_le_per_adv_sync_term_info::addr

Advertiser LE address and type.

◆ reason

uint8_t bt_le_per_adv_sync_term_info::reason

Cause of periodic advertising termination.

◆ sid

uint8_t bt_le_per_adv_sync_term_info::sid

Advertiser SID.


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