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_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
 Advertising Set Identifier, valid range BT_GAP_SID_MIN to BT_GAP_SID_MAX.
 
uint8_t reason
 Cause of periodic advertising termination (see the BT_HCI_ERR_* values).
 

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 (see the BT_HCI_ERR_* values).

◆ sid

uint8_t bt_le_per_adv_sync_term_info::sid

Advertising Set Identifier, valid range BT_GAP_SID_MIN to BT_GAP_SID_MAX.


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