ble_gap_sync_established_ind_t Struct Reference

Sync established indication. More...

#include <ble_gapc.h>

Public Attributes

uint8_t phy
 
uint16_t intv
 
uint8_t adv_sid
 
uint8_t clk_acc
 
ble_gap_bdaddr_t bd_addr
 
uint16_t sync_hdl
 
uint16_t serv_data
 
bool report_flag
 

Detailed Description

Sync established indication.

Definition at line 275 of file ble_gapc.h.

Member Data Documentation

◆ adv_sid

uint8_t ble_gap_sync_established_ind_t::adv_sid

Advertising SID.

Definition at line 279 of file ble_gapc.h.

◆ bd_addr

ble_gap_bdaddr_t ble_gap_sync_established_ind_t::bd_addr

Advertiser address.

Definition at line 281 of file ble_gapc.h.

◆ clk_acc

uint8_t ble_gap_sync_established_ind_t::clk_acc

Advertiser clock accuracy.

See also
enum gapm_clk_acc.

Definition at line 280 of file ble_gapc.h.

◆ intv

uint16_t ble_gap_sync_established_ind_t::intv

Periodic advertising interval (in unit of 1.25ms, min is 7.5ms).

Definition at line 278 of file ble_gapc.h.

◆ phy

uint8_t ble_gap_sync_established_ind_t::phy

PHY on which synchronization has been established.

See also
gap_phy_type.

Definition at line 277 of file ble_gapc.h.

◆ report_flag

bool ble_gap_sync_established_ind_t::report_flag

Report Flag.

Definition at line 284 of file ble_gapc.h.

◆ serv_data

uint16_t ble_gap_sync_established_ind_t::serv_data

Service data.

Definition at line 283 of file ble_gapc.h.

◆ sync_hdl

uint16_t ble_gap_sync_established_ind_t::sync_hdl

Sync handle.

Definition at line 282 of file ble_gapc.h.


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