Sync established indication. More...
#include <ble_gapc.h>
Collaboration diagram for gap_sync_established_ind_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... | |
| gap_bdaddr_t | bd_addr |
| Advertiser address. More... | |
| uint16_t | sync_hdl |
| Sync handle. More... | |
Sync established indication.
Definition at line 307 of file ble_gapc.h.
| uint8_t gap_sync_established_ind_t::adv_sid |
Advertising SID.
Definition at line 311 of file ble_gapc.h.
| gap_bdaddr_t gap_sync_established_ind_t::bd_addr |
Advertiser address.
Definition at line 313 of file ble_gapc.h.
| uint8_t gap_sync_established_ind_t::clk_acc |
| 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.
| uint8_t gap_sync_established_ind_t::phy |
PHY on which synchronization has been established.
Definition at line 309 of file ble_gapc.h.
| uint16_t gap_sync_established_ind_t::sync_hdl |
Sync handle.
Definition at line 314 of file ble_gapc.h.