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

#include <bluetooth.h>

Data Fields

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

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 CONFIG_BT_PRIVACY is enabled then the timeout must be less than CONFIG_BT_RPA_TIMEOUT .


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