Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
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 |
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). | |
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 (see the BT_HCI_ERR_* values).
uint8_t bt_le_per_adv_sync_term_info::sid |
Advertising Set Identifier, valid range BT_GAP_SID_MIN to BT_GAP_SID_MAX.