Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_sync_transfer_param Struct Reference

#include <bluetooth.h>

Data Fields

uint16_t skip
 Maximum event skip.
 
uint16_t timeout
 Synchronization timeout (N * 10 ms)
 
uint32_t options
 Periodic Advertising Sync Transfer options.
 

Field Documentation

◆ options

uint32_t bt_le_per_adv_sync_transfer_param::options

Periodic Advertising Sync Transfer options.

◆ skip

uint16_t bt_le_per_adv_sync_transfer_param::skip

Maximum event skip.

The number of periodic advertising packets that can be skipped after a successful receive.

◆ timeout

uint16_t bt_le_per_adv_sync_transfer_param::timeout

Synchronization timeout (N * 10 ms)

Synchronization timeout for the periodic advertising sync. Range 0x000A to 0x4000 (100 ms to 163840 ms)


The documentation for this struct was generated from the following file: