ESP-IDF
esp_hci_err_to_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hci_err_to_name()
esp_hci_err_to_name() function
Syntax
Show:
Summary
Declaration
from
ble_hs_hci.c:234
static
void
esp_hci_err_to_name
(
int
error_code
,
uint16_t
*
opcode
)
;
Arguments
Argument
error_code
opcode
Examples
References
from
examples
Code
Location
Referrer
static
void
esp_hci_err_to_name
(
int
error_code
,
uint16_t
*
opcode
)
ble_hs_hci.c:234
esp_hci_err_to_name
(
rc
,
&
opcode
)
;
ble_hs_hci.c:584
ble_hs_hci_cmd_tx()
Call Tree
from
examples
esp_hci_err_to_name()
is called by 1 function and calls 3 functions:
ble_hs_hci_cmd_tx()
All items filtered out
esp_hci_err_to_name()
esp_log_timestamp()
esp_log_write()
esp_core_err_to_name()
All items filtered out
Data Use
from
examples
esp_hci_err_to_name()
reads 8 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
err_code::error_code
err_code::msg
err_code_list
All items filtered out
esp_hci_err_to_name()
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