ble_gap_evt_sync_established_t Struct Reference

Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH. More...

#include <ble_gapm.h>

+ Collaboration diagram for ble_gap_evt_sync_established_t:

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...
 
ble_gap_bdaddr_t bd_addr
 Advertiser address. More...
 
uint16_t sync_hdl
 Sync handle. More...
 

Detailed Description

Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH.

Definition at line 827 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 831 of file ble_gapm.h.

◆ bd_addr

ble_gap_bdaddr_t ble_gap_evt_sync_established_t::bd_addr

Advertiser address.

Definition at line 833 of file ble_gapm.h.

◆ clk_acc

uint8_t ble_gap_evt_sync_established_t::clk_acc

Advertiser clock accuracy.

ble_gap_clk_acc_t.

Definition at line 832 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 830 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 829 of file ble_gapm.h.

◆ sync_hdl

uint16_t ble_gap_evt_sync_established_t::sync_hdl

Sync handle.

Definition at line 834 of file ble_gapm.h.


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