Zephyr API 3.6.99
|
#include <bluetooth.h>
Data Fields | |
uint16_t | timeout |
Advertiser timeout (N * 10 ms). | |
uint8_t | num_events |
Number of advertising 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.
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
.