ESP-IDF
esp_bt_hidh_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_bt_hidh_init()
esp_bt_hidh_init() function
Syntax
Show:
Summary
Declaration
Definition
from
bt_hidh.h:25
esp_err_t
esp_bt_hidh_init
(
const
esp_hidh_config_t
*
config
)
;
Implemented in
bt_hidh.c:991
Arguments
Argument
config
Related Functions
Found 2 other functions taking a
esp_hidh_config_t
argument:
Function
Description
esp_hidh_init()
Initialize the HID Host component @return: ESP_OK on success
esp_ble_hidh_init()
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
esp_bt_hidh_init
(
const
esp_hidh_config_t
*
config
)
bt_hidh.c:991
esp_err_t
esp_bt_hidh_init
(
const
esp_hidh_config_t
*
config
)
;
bt_hidh.h:25
esp_bt_hidh_init
(
config
)
,
esp_hidh.c:106
esp_hidh_init()
Call Tree
from
examples
esp_bt_hidh_init()
is called by 1 function and calls 7 functions:
esp_hidh_init()
All items filtered out
esp_bt_hidh_init()
esp_log_timestamp()
esp_log_write()
esp_bt_hid_host_register_callback()
esp_bt_hid_host_init()
fixed_queue_new()
esp_hidh_get_event_loop()
free_local_param()
All items filtered out
Data Use
from
examples
esp_bt_hidh_init()
reads 9 variables and writes 2 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
TAG
hidh_local_param_t::connection_queue
hidh_local_param
esp_hh_cb()
All items filtered out
esp_bt_hidh_init()
hidh_local_param_t::connection_queue
hidh_local_param_t::event_loop_handle
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