Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_ext_adv_info Struct Reference

Advertising set info structure. More...

#include <bluetooth.h>

Data Fields

uint8_t id
 Local identity handle.
 
int8_t tx_power
 Currently selected Transmit Power (dBM).
 
const bt_addr_le_taddr
 Current local advertising address used.
 
enum bt_le_ext_adv_state ext_adv_state
 Extended advertising state.
 
enum bt_le_per_adv_state per_adv_state
 Periodic advertising state.
 

Detailed Description

Advertising set info structure.

Field Documentation

◆ addr

const bt_addr_le_t* bt_le_ext_adv_info::addr

Current local advertising address used.

◆ ext_adv_state

enum bt_le_ext_adv_state bt_le_ext_adv_info::ext_adv_state

Extended advertising state.

◆ id

uint8_t bt_le_ext_adv_info::id

Local identity handle.

◆ per_adv_state

enum bt_le_per_adv_state bt_le_ext_adv_info::per_adv_state

Periodic advertising state.

◆ tx_power

int8_t bt_le_ext_adv_info::tx_power

Currently selected Transmit Power (dBM).


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