sl_bt_evt_sync_transfer_receivedSynchronization#
Indicates that synchronization information for a periodic advertising train has been received.
Data Structures | |
|---|---|
struct | |
Data structure of the transfer_received event. |
Macros | |
|---|---|
#define | sl_bt_evt_sync_transfer_received_id 0x034200a0 |
Identifier of the transfer_received event. |
Detailed Description#
Indicates that synchronization information for a periodic advertising train has been received.
See PAST Receiver.
Data Structure Documentation#
◆sl_bt_evt_sync_transfer_received_s#
struct sl_bt_evt_sync_transfer_received_s |
Data structure of the transfer_received event.
Data Fields | name | description |
|---|---|---|
uint16_t | status | SL_STATUS_OK if synchronization was established. Other values indicate that the sync failed to get established. |
uint16_t | sync | Periodic advertising synchronization handle |
uint16_t | service_data | A value provided by the peer device |
uint8_t | connection | Connection handle of the connection that transferred the sync info |
uint8_t | adv_sid | Advertising set identifier |
address | Address of the advertiser | |
uint8_t | address_type | Advertiser address type. Values:
|
uint8_t | adv_phy | The advertiser PHY. Values:
|
uint16_t | adv_interval | The periodic advertising interval. Value in units of 1.25 ms
|
uint16_t | clock_accuracy | Enum sl_bt_sync_advertiser_clock_accuracy_t. The advertiser clock accuracy. |
uint8_t | bonding | Bonding handle. Values:
|