ESP-IDF
btm_free()
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
btm_free()
btm_free() function
* Function btm_free * Description This function is called at btu core free the fixed queue * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
btm_int.h:1020
void
btm_free
(
void
)
;
Implemented in
btm_main.c:107
Examples
References
from
examples
Code
Location
Referrer
void
btm_free
(
void
)
btm_main.c:107
void
btm_free
(
void
)
;
btm_int.h:1020
btm_free
(
)
;
btu_init.c:139
btu_free_core()
Call Tree
from
examples
btm_free()
is called by 1 function and calls 6 functions:
btu_free_core()
All items filtered out
btm_free()
fixed_queue_free()
btm_acl_free()
btm_sec_dev_free()
btm_ble_sem_free()
btm_ble_lock_free()
btm_sco_free()
All items filtered out
Data Use
from
examples
btm_free()
reads 4 variables:
osi_free_func()
tBTM_CB::page_queue
tBTM_CB::sec_pending_q
btm_cb
All items filtered out
btm_free()
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