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 |
Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH.
Definition at line 895 of file ble_gapm.h.
uint8_t ble_gap_evt_sync_established_t::adv_sid |
Advertising SID.
Definition at line 899 of file ble_gapm.h.
ble_gap_bdaddr_t ble_gap_evt_sync_established_t::bd_addr |
Advertiser address.
Definition at line 901 of file ble_gapm.h.
uint8_t ble_gap_evt_sync_established_t::clk_acc |
Advertiser clock accuracy.
Definition at line 900 of file ble_gapm.h.
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.
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.
uint16_t ble_gap_evt_sync_established_t::sync_hdl |
Sync handle.
Definition at line 902 of file ble_gapm.h.