Loading...
Searching...
No Matches
nimble_autoadv_cfg_t Struct Reference

Parameter set used to configure accepting connections (advertising) More...

Detailed Description

Parameter set used to configure accepting connections (advertising)

Definition at line 92 of file nimble_autoadv.h.

#include <nimble_autoadv.h>

Data Fields

uint32_t adv_itvl_ms
 advertising interval [ms]
 
int32_t adv_duration_ms
 advertising interval [ms]
 
uint8_t flags
 advertising flags
 
uint8_t phy
 PHY mode.
 
int8_t tx_power
 specify TX power to be used
 
uint8_t channel_map
 specify custom channel map
 
uint8_t own_addr_type
 specify our own address type to use
 
uint8_t filter_policy
 Advertising Filter policy.
 

Field Documentation

◆ adv_duration_ms

int32_t nimble_autoadv_cfg_t::adv_duration_ms

advertising interval [ms]

Definition at line 94 of file nimble_autoadv.h.

◆ adv_itvl_ms

uint32_t nimble_autoadv_cfg_t::adv_itvl_ms

advertising interval [ms]

Definition at line 93 of file nimble_autoadv.h.

◆ channel_map

uint8_t nimble_autoadv_cfg_t::channel_map

specify custom channel map

Definition at line 98 of file nimble_autoadv.h.

◆ filter_policy

uint8_t nimble_autoadv_cfg_t::filter_policy

Advertising Filter policy.

Definition at line 100 of file nimble_autoadv.h.

◆ flags

uint8_t nimble_autoadv_cfg_t::flags

advertising flags

Definition at line 95 of file nimble_autoadv.h.

◆ own_addr_type

uint8_t nimble_autoadv_cfg_t::own_addr_type

specify our own address type to use

Definition at line 99 of file nimble_autoadv.h.

◆ phy

uint8_t nimble_autoadv_cfg_t::phy

PHY mode.

Definition at line 96 of file nimble_autoadv.h.

◆ tx_power

int8_t nimble_autoadv_cfg_t::tx_power

specify TX power to be used

Definition at line 97 of file nimble_autoadv.h.


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