ESP-IDF
BTA_HdEnable()
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
BTA_HdEnable()
BTA_HdEnable() function
Function BTA_HdEnable Description Enables HID device Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hd_api.h:175
extern
void
BTA_HdEnable
(
tBTA_HD_CBACK
*
p_cback
)
;
Implemented in
bta_hd_api.c:48
Arguments
Argument
p_cback
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HdEnable
(
tBTA_HD_CBACK
*
p_cback
)
bta_hd_api.c:48
extern
void
BTA_HdEnable
(
tBTA_HD_CBACK
*
p_cback
)
;
bta_hd_api.h:175
BTA_HdEnable
(
bte_hd_evt
)
;
btc_hd.c:226
btc_hd_init()
Call Tree
from
examples
BTA_HdEnable()
is called by 1 function and calls 5 functions:
btc_hd_init()
All items filtered out
BTA_HdEnable()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
bta_sys_register()
bta_sys_sendmsg()
All items filtered out
Data Use
from
examples
BTA_HdEnable()
reads 4 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_INFO
appl_trace_level
::BTA_HD_API_ENABLE_EVT
tBTA_HD_API_ENABLE::hdr
All items filtered out
BTA_HdEnable()
BT_HDR::event
tBTA_HD_API_ENABLE::p_cback
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