Device info. More...
#include <ble_gapc.h>
Public Attributes | |
ble_gap_dev_version_ind_t | dev_version |
Version info. More... | |
ble_gap_get_bd_addr_t | get_bd_addr |
Device BD address info. More... | |
ble_gap_dev_adv_tx_power_t | adv_tx_power |
Advertising TX power info. More... | |
ble_gap_sugg_dflt_data_len_t | sugg_dflt_data_len |
Suggested default data length info. More... | |
ble_gap_max_data_len_t | max_data_len |
Suggested MAX data length info. More... | |
ble_gap_nb_adv_sets_t | nb_adv_sets |
Number of available advertising sets. More... | |
ble_gap_max_adv_data_len_ind_t | max_adv_data_len |
Maximum advertising data length info. More... | |
ble_gap_dev_tx_power_t | dev_tx_power |
Device TX power info. More... | |
ble_gap_dev_rf_path_comp_ind_t | dev_rf_path_comp |
RF path compensation values. More... | |
Device info.
Definition at line 243 of file ble_gapc.h.
ble_gap_dev_adv_tx_power_t ble_gap_dev_info_t::adv_tx_power |
Advertising TX power info.
Definition at line 247 of file ble_gapc.h.
ble_gap_dev_rf_path_comp_ind_t ble_gap_dev_info_t::dev_rf_path_comp |
RF path compensation values.
Definition at line 253 of file ble_gapc.h.
ble_gap_dev_tx_power_t ble_gap_dev_info_t::dev_tx_power |
Device TX power info.
Definition at line 252 of file ble_gapc.h.
ble_gap_dev_version_ind_t ble_gap_dev_info_t::dev_version |
Version info.
Definition at line 245 of file ble_gapc.h.
ble_gap_get_bd_addr_t ble_gap_dev_info_t::get_bd_addr |
Device BD address info.
Definition at line 246 of file ble_gapc.h.
ble_gap_max_adv_data_len_ind_t ble_gap_dev_info_t::max_adv_data_len |
Maximum advertising data length info.
Definition at line 251 of file ble_gapc.h.
ble_gap_max_data_len_t ble_gap_dev_info_t::max_data_len |
Suggested MAX data length info.
Definition at line 249 of file ble_gapc.h.
ble_gap_nb_adv_sets_t ble_gap_dev_info_t::nb_adv_sets |
Number of available advertising sets.
Definition at line 250 of file ble_gapc.h.
ble_gap_sugg_dflt_data_len_t ble_gap_dev_info_t::sugg_dflt_data_len |
Suggested default data length info.
Definition at line 248 of file ble_gapc.h.