ESP-IDF
bte_main_disable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bte_main_disable()
bte_main_disable() function
* Function bte_main_disable * Description BTE MAIN API - Destroys all the BTE tasks. Should be called * part of the Bluetooth stack disable sequence * Returns None
Syntax
Show:
Summary
Declaration
Definition
from
bte_main.c:57
static
void
bte_main_disable
(
void
)
;
Implemented in
bte_main.c:145
Examples
References
from
examples
Code
Location
Referrer
static
void
bte_main_disable
(
void
)
bte_main.c:145
static
void
bte_main_disable
(
void
)
;
bte_main.c:57
bte_main_disable
(
)
;
bte_main.c:108
bte_main_shutdown()
Call Tree
from
examples
bte_main_disable()
is called by 1 function and calls 2 functions:
bte_main_shutdown()
All items filtered out
bte_main_disable()
hci_shut_down()
BTU_ShutDown()
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