ESP-IDF
bt_mesh_trans_deinit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_trans_deinit()
bt_mesh_trans_deinit() function
Syntax
Show:
Summary
Declaration
Definition
from
transport.h:123
void
bt_mesh_trans_deinit
(
bool
erase
)
;
Implemented in
transport.c:1781
Arguments
Argument
erase
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_trans_deinit
(
bool
erase
)
transport.c:1781
void
bt_mesh_trans_deinit
(
bool
erase
)
;
transport.h:123
bt_mesh_trans_deinit
(
param
->
erase
)
;
main.c:576
bt_mesh_deinit()
Call Tree
from
examples
bt_mesh_trans_deinit()
is called by 1 function and calls 5 functions:
bt_mesh_deinit()
All items filtered out
bt_mesh_trans_deinit()
bt_mesh_mutex_free()
k_delayed_work_free()
bt_mesh_rx_reset()
bt_mesh_tx_reset()
bt_mesh_rpl_reset()
All items filtered out
Data Use
from
examples
bt_mesh_trans_deinit()
reads 2 variables:
seg_tx
seg_rx
All items filtered out
bt_mesh_trans_deinit()
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