ESP-IDF
ble_hs_hci_util_read_adv_tx_pwr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_hci_util_read_adv_tx_pwr()
ble_hs_hci_util_read_adv_tx_pwr() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:107
int
ble_hs_hci_util_read_adv_tx_pwr
(
int8_t
*
out_pwr
)
;
Implemented in
ble_hs_hci_util.c:45
Arguments
Argument
out_pwr
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_util_read_adv_tx_pwr
(
int8_t
*
out_tx_pwr
)
ble_hs_hci_util.c:46
int
ble_hs_hci_util_read_adv_tx_pwr
(
int8_t
*
out_pwr
)
;
ble_hs_hci_priv.h:107
rc
=
ble_hs_hci_util_read_adv_tx_pwr
(
&
tx_pwr_lvl
)
;
ble_hs_adv.c:335
adv_set_fields()
rc
=
ble_hs_hci_util_read_adv_tx_pwr
(
&
ble_svc_tps_tx_power_level
)
;
ble_svc_tps.c:74
ble_svc_tps_access()
Call Tree
from
examples
ble_hs_hci_util_read_adv_tx_pwr()
is called by 2 functions and calls 3 functions:
ble_svc_tps_access()
adv_set_fields()
All items filtered out
ble_hs_hci_util_read_adv_tx_pwr()
esp_log_timestamp()
esp_log_write()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_hs_hci_util_read_adv_tx_pwr()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ble_hci_le_rd_adv_chan_txpwr_rp::power_level
All items filtered out
ble_hs_hci_util_read_adv_tx_pwr()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out