Parameter set used to configure accepting connections (advertising) More...
Parameter set used to configure accepting connections (advertising)
Definition at line 120 of file nimble_netif.h.
#include <nimble_netif.h>
Data Fields | |
uint8_t | flags |
flags | |
uint8_t | channel_map |
specify custom channel map | |
uint8_t | own_addr_type |
specify our own address type to use | |
int8_t | tx_power |
specify TX power to be used | |
uint32_t | adv_itvl_ms |
advertising interval [ms] | |
uint32_t | timeout_ms |
stop accepting after this time [ms] | |
nimble_phy_t | primary_phy |
primary PHY mode | |
nimble_phy_t | secondary_phy |
secondary PHY mode | |
uint32_t nimble_netif_accept_cfg_t::adv_itvl_ms |
advertising interval [ms]
Definition at line 125 of file nimble_netif.h.
uint8_t nimble_netif_accept_cfg_t::channel_map |
specify custom channel map
Definition at line 122 of file nimble_netif.h.
uint8_t nimble_netif_accept_cfg_t::flags |
flags
Definition at line 121 of file nimble_netif.h.
uint8_t nimble_netif_accept_cfg_t::own_addr_type |
specify our own address type to use
Definition at line 123 of file nimble_netif.h.
nimble_phy_t nimble_netif_accept_cfg_t::primary_phy |
primary PHY mode
Definition at line 127 of file nimble_netif.h.
nimble_phy_t nimble_netif_accept_cfg_t::secondary_phy |
secondary PHY mode
Definition at line 128 of file nimble_netif.h.
uint32_t nimble_netif_accept_cfg_t::timeout_ms |
stop accepting after this time [ms]
Definition at line 126 of file nimble_netif.h.
int8_t nimble_netif_accept_cfg_t::tx_power |
specify TX power to be used
Definition at line 124 of file nimble_netif.h.