Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_le_ext_adv_start_param Struct Reference

#include <bluetooth.h>

Data Fields

uint16_t timeout
 Advertiser timeout (N * 10 ms). More...
 
uint8_t num_events
 Number of advertising events. More...
 

Field Documentation

◆ num_events

uint8_t bt_le_ext_adv_start_param::num_events

Number of advertising events.

Application will be notified by the advertiser sent callback. Set to zero for no limit.

◆ timeout

uint16_t bt_le_ext_adv_start_param::timeout

Advertiser timeout (N * 10 ms).

Application will be notified by the advertiser sent callback. Set to zero for no timeout.

When using high duty cycle directed connectable advertising then this parameters must be set to a non-zero value less than or equal to the maximum of BT_GAP_ADV_HIGH_DUTY_CYCLE_MAX_TIMEOUT.

If privacy

embed:rst:inline :kconfig:`CONFIG_BT_PRIVACY` 

is enabled then the timeout must be less than

embed:rst:inline :kconfig:`CONFIG_BT_RPA_TIMEOUT` 

.


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