Sync established indication. More...

#include <ble_gapc.h>

Public Attributes

uint8_t phy
 PHY on which synchronization has been established. More...
 
uint16_t intv
 Periodic advertising interval (in unit of 1.25ms, min is 7.5ms). More...
 
uint8_t adv_sid
 Advertising SID. More...
 
uint8_t clk_acc
 Advertiser clock accuracy. More...
 
gap_bdaddr_t bd_addr
 Advertiser address. More...
 
uint16_t sync_hdl
 Sync handle. More...
 

Detailed Description

Sync established indication.

Definition at line 307 of file ble_gapc.h.

Member Data Documentation

◆ adv_sid

uint8_t gap_sync_established_ind_t::adv_sid

Advertising SID.

Definition at line 311 of file ble_gapc.h.

◆ bd_addr

gap_bdaddr_t gap_sync_established_ind_t::bd_addr

Advertiser address.

Definition at line 313 of file ble_gapc.h.

◆ clk_acc

uint8_t gap_sync_established_ind_t::clk_acc

Advertiser clock accuracy.

See also
enum gapm_clk_acc.

Definition at line 312 of file ble_gapc.h.

◆ intv

uint16_t gap_sync_established_ind_t::intv

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

Definition at line 310 of file ble_gapc.h.

◆ phy

uint8_t gap_sync_established_ind_t::phy

PHY on which synchronization has been established.

See also
gap_phy_type.

Definition at line 309 of file ble_gapc.h.

◆ sync_hdl

uint16_t gap_sync_established_ind_t::sync_hdl

Sync handle.

Definition at line 314 of file ble_gapc.h.


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