ESP-IDF
transaction_timeout_handler()
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
transaction_timeout_handler()
transaction_timeout_handler() function
Syntax
Show:
Summary
Declaration
from
bt_hidh.c:118
static
void
transaction_timeout_handler
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
transaction_timeout_handler
(
void
*
arg
)
bt_hidh.c:118
.
callback
=
&
transaction_timeout_handler
,
bt_hidh.c:136
set_trans()
Call Tree
from
examples
transaction_timeout_handler()
calls 5 functions:
All items filtered out
transaction_timeout_handler()
esp_log_timestamp()
esp_log_write()
esp_hidh_dev_exists()
esp_hidh_dev_lock()
esp_hidh_dev_unlock()
All items filtered out
Data Use
from
examples
transaction_timeout_handler()
reads 7 variables and writes 3 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
esp_hid_trans_type_t::ESP_HID_TRANS_MAX
TAG
All items filtered out
transaction_timeout_handler()
esp_hidh_dev_s::trans_type
esp_hidh_dev_s::report_type
esp_hidh_dev_s::report_id
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
transaction_timeout_handler()
is implemented by 1 functions:
All items filtered out
transaction_timeout_handler()
esp_timer_create_args_t::callback
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out