Sync PAST

Sync PAST.

Functions

sl_status_t sl_bt_sync_past_transfer (uint8_t connection, uint16_t service_data, uint16_t sync)
 

Detailed Description

Sync PAST.

Transfer the synchronization information of a synchronized periodic advertising train to a remote device using Periodic Advertising Synchronization Transfer (PAST) over a connection.

Function Documentation

◆ sl_bt_sync_past_transfer()

sl_status_t sl_bt_sync_past_transfer ( uint8_t  connection,
uint16_t  service_data,
uint16_t  sync 
)

Transfer the synchronization information of a periodic advertising train for which a sync has been established.

Parameters
[in]connectionConnection handle of the connection used to transmit the sync transfer
[in]service_dataA value provided by the application for use by the peer device.
[in]syncHandle of the periodic advertising synchronization to transfer
Returns
SL_STATUS_OK if successful. Error code otherwise.