ESP-IDF
esp_bt_hidh_dev_open()
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_bt_hidh_dev_open()
esp_bt_hidh_dev_open() function
Syntax
Show:
Summary
Declaration
Definition
from
bt_hidh.h:28
esp_hidh_dev_t
*
esp_bt_hidh_dev_open
(
esp_bd_addr_t
bda
)
;
Implemented in
bt_hidh.c:1054
Arguments
Argument
bda
Examples
References
from
examples
Code
Location
Referrer
esp_hidh_dev_t
*
esp_bt_hidh_dev_open
(
esp_bd_addr_t
bda
)
bt_hidh.c:1054
esp_hidh_dev_t
*
esp_bt_hidh_dev_open
(
esp_bd_addr_t
bda
)
;
bt_hidh.h:28
dev
=
esp_bt_hidh_dev_open
(
bda
)
;
esp_hidh.c:187
esp_hidh_dev_open()
Call Tree
from
examples
esp_bt_hidh_dev_open()
is called by 1 function and calls 5 functions:
esp_hidh_dev_open()
All items filtered out
esp_bt_hidh_dev_open()
esp_log_timestamp()
esp_log_write()
esp_bt_hid_host_connect()
esp_hidh_dev_get_by_bda()
hidh_dev_ctor()
All items filtered out
Data Use
from
examples
esp_bt_hidh_dev_open()
reads 9 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_address_t::bda
esp_hidh_dev_s::addr
esp_hidh_dev_s::connected
TAG
All items filtered out
esp_bt_hidh_dev_open()
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