ESP-IDF
BTA_DisableTestMode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_DisableTestMode()
BTA_DisableTestMode() function
* Function BTA_DisableTestMode * Description Disable bluetooth device under test mode * Returns None
Syntax
Show:
Summary
Declaration
Definition
from
bta_api.h:1736
extern
void
BTA_DisableTestMode
(
void
)
;
Implemented in
bta_dm_api.c:148
Examples
References
from
examples
Code
Location
void
BTA_DisableTestMode
(
void
)
bta_dm_api.c:148
extern
void
BTA_DisableTestMode
(
void
)
;
bta_api.h:1736
Call Tree
from
examples
BTA_DisableTestMode()
calls 4 functions:
All items filtered out
BTA_DisableTestMode()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
bta_sys_sendmsg()
All items filtered out
Data Use
from
examples
BTA_DisableTestMode()
reads 3 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_INFO
appl_trace_level
::BTA_DM_API_DISABLE_TEST_MODE_EVT
All items filtered out
BTA_DisableTestMode()
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out