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]

connection

Connection handle of the connection used to transmit the sync transfer

[in]

service_data

A value provided by the application for use by the peer device.

[in]

sync

Handle of the periodic advertising synchronization to transfer

ReturnsSL_STATUS_OK if successful. Error code otherwise.