ble_gap_evt_sync_established_t Struct Reference

Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH. More...

#include <ble_gapm.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
 

Detailed Description

Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH.

Definition at line 895 of file ble_gapm.h.

Member Data Documentation

◆ adv_sid

uint8_t ble_gap_evt_sync_established_t::adv_sid

Advertising SID.

Definition at line 899 of file ble_gapm.h.

◆ bd_addr

ble_gap_bdaddr_t ble_gap_evt_sync_established_t::bd_addr

Advertiser address.

Definition at line 901 of file ble_gapm.h.

◆ clk_acc

uint8_t ble_gap_evt_sync_established_t::clk_acc

Advertiser clock accuracy.

Definition at line 900 of file ble_gapm.h.

◆ intv

uint16_t ble_gap_evt_sync_established_t::intv

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

Definition at line 898 of file ble_gapm.h.

◆ phy

uint8_t ble_gap_evt_sync_established_t::phy

PHY on which synchronization has been established.

Definition at line 897 of file ble_gapm.h.

◆ sync_hdl

uint16_t ble_gap_evt_sync_established_t::sync_hdl

Sync handle.

Definition at line 902 of file ble_gapm.h.


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