Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_sync_synced_info Struct Reference

#include <bluetooth.h>

Data Fields

const bt_addr_le_taddr
 Advertiser LE address and type.
 
uint8_t sid
 Advertiser SID.
 
uint16_t interval
 Periodic advertising interval (N * 1.25 ms)
 
uint8_t phy
 Advertiser PHY.
 
bool recv_enabled
 True if receiving periodic advertisements, false otherwise.
 
uint16_t service_data
 Service Data provided by the peer when sync is transferred.
 
struct bt_conn * conn
 Peer that transferred the periodic advertising sync.
 

Field Documentation

◆ addr

const bt_addr_le_t* bt_le_per_adv_sync_synced_info::addr

Advertiser LE address and type.

◆ conn

struct bt_conn* bt_le_per_adv_sync_synced_info::conn

Peer that transferred the periodic advertising sync.

Will always be 0 when the sync is locally created.

◆ interval

uint16_t bt_le_per_adv_sync_synced_info::interval

Periodic advertising interval (N * 1.25 ms)

◆ phy

uint8_t bt_le_per_adv_sync_synced_info::phy

Advertiser PHY.

◆ recv_enabled

bool bt_le_per_adv_sync_synced_info::recv_enabled

True if receiving periodic advertisements, false otherwise.

◆ service_data

uint16_t bt_le_per_adv_sync_synced_info::service_data

Service Data provided by the peer when sync is transferred.

Will always be 0 when the sync is locally created.

◆ sid

uint8_t bt_le_per_adv_sync_synced_info::sid

Advertiser SID.


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