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_info Struct Reference

Periodic advertising set info structure. More...

#include <bluetooth.h>

Data Fields

bt_addr_le_t addr
 Periodic Advertiser Address.
 
uint8_t sid
 Advertising Set Identifier, valid range BT_GAP_SID_MIN to BT_GAP_SID_MAX.
 
uint16_t interval
 Periodic advertising interval (N * 1.25 ms)
 
uint8_t phy
 Advertiser PHY (see bt_gap_le_phy).
 

Detailed Description

Periodic advertising set info structure.

Field Documentation

◆ addr

bt_addr_le_t bt_le_per_adv_sync_info::addr

Periodic Advertiser Address.

◆ interval

uint16_t bt_le_per_adv_sync_info::interval

Periodic advertising interval (N * 1.25 ms)

◆ phy

uint8_t bt_le_per_adv_sync_info::phy

Advertiser PHY (see bt_gap_le_phy).

◆ sid

uint8_t bt_le_per_adv_sync_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: