ESP-IDF
BTA_HdDisable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_HdDisable()
BTA_HdDisable() function
Function BTA_HdDisable Description Disables HID device. Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_hd_api.h:186
extern
void
BTA_HdDisable
(
void
)
;
Implemented in
bta_hd_api.c:70
Examples
References
from
examples
Code
Location
Referrer
void
BTA_HdDisable
(
void
)
bta_hd_api.c:70
extern
void
BTA_HdDisable
(
void
)
;
bta_hd_api.h:186
static
const
tBTA_SYS_REG
bta_hd_reg
=
{
bta_hd_hdl_event
,
BTA_HdDisable
}
;
bta_hd_api.c:38
BTA_HdDisable
(
)
;
btc_hd.c:271
btc_hd_deinit()
BTA_HdDisable
(
)
;
btc_hd.c:829
btc_hd_cb_handler()
Call Tree
from
examples
BTA_HdDisable()
is called by 2 functions and calls 5 functions:
btc_hd_deinit()
btc_hd_cb_handler()
All items filtered out
BTA_HdDisable()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
bta_sys_deregister()
bta_sys_sendmsg()
All items filtered out
Data Use
from
examples
BTA_HdDisable()
reads 3 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_INFO
appl_trace_level
::BTA_HD_API_DISABLE_EVT
All items filtered out
BTA_HdDisable()
BT_HDR::event
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
BTA_HdDisable()
is implemented by 1 functions:
All items filtered out
BTA_HdDisable()
tBTA_SYS_REG::disable
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out