ESP-IDF
BTE_DeinitStack()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTE_DeinitStack()
BTE_DeinitStack() function
* F U N C T I O N S * * Function BTE_DeinitStack * Description Deinitialize control block memory for each component. * Note: This API must be called * after freeing the BTU Task. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
btu_task.c:94
extern
void
BTE_DeinitStack
(
void
)
;
Implemented in
bte_init.c:183
Examples
References
from
examples
Code
Location
Referrer
void
BTE_DeinitStack
(
void
)
bte_init.c:183
extern
void
BTE_DeinitStack
(
void
)
;
btu_task.c:94
BTE_DeinitStack
(
)
;
bte_init.c:530
BTE_InitStack()
BTE_DeinitStack
(
)
;
btu_task.c:293
btu_task_shut_down()
Call Tree
from
examples
BTE_DeinitStack()
is called by 2 functions and calls 8 functions:
BTE_InitStack()
btu_task_shut_down()
All items filtered out
BTE_DeinitStack()
GAP_Deinit()
A2D_Deinit()
AVRC_Deinit()
GOEPC_Deinit()
OBEX_Deinit()
HID_DevDeinit()
RFCOMM_Deinit()
HID_HostDeinit()
All items filtered out
Data Use
from
examples
All items filtered out
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