Periodic Advertising without responses Synchronization#

Periodic Advertising without responses Synchronization.

Provides events and control for synchronized periodic advertising trains that do not have subevents or response slots. Synchronization is achieved by scanning (see Periodic Advertising Sync Scanner) or by receiving Periodic Advertising Synchronization Transfer (see PAST Receiver).

Modules#

sl_bt_evt_periodic_sync_opened

sl_bt_evt_periodic_sync_transfer_received

sl_bt_evt_periodic_sync_report

Enumerations#

enum
sl_bt_periodic_sync_data_status_complete = 0x0
sl_bt_periodic_sync_data_status_incomplete_more = 0x1
sl_bt_periodic_sync_data_status_incomplete_nomore = 0x2
}

Defines the data completeness status types of periodic advertisements.

Enumeration Documentation#

sl_bt_periodic_sync_data_status_t#

sl_bt_periodic_sync_data_status_t

Defines the data completeness status types of periodic advertisements.

Enumerator
sl_bt_periodic_sync_data_status_complete

(0x0) All data of the periodic advertisement has been reported.

sl_bt_periodic_sync_data_status_incomplete_more

(0x1) Data of the periodic advertisement is incomplete in this event, and more data will come in new events.

sl_bt_periodic_sync_data_status_incomplete_nomore

(0x2) Data of the periodic advertisement is incomplete in this event, but no more data will come, i.e., the data of the periodic advertisement is truncated.