ESP-IDF
bt_mesh_label_uuid_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_label_uuid_get()
bt_mesh_label_uuid_get() function
Syntax
Show:
Summary
Declaration
Definition
from
foundation.h:273
uint8_t
*
bt_mesh_label_uuid_get
(
uint16_t
addr
)
;
Implemented in
cfg_srv.c:3801
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
bt_mesh_label_uuid_get
(
uint16_t
addr
)
cfg_srv.c:3801
uint8_t
*
bt_mesh_label_uuid_get
(
uint16_t
addr
)
;
foundation.h:273
label_uuid
=
bt_mesh_label_uuid_get
(
mod
->
groups
[
i
]
)
;
cfg_srv.c:1360
mod_sub_list_clear()
ad
=
bt_mesh_label_uuid_get
(
tx
->
ctx
->
addr
)
;
transport.c:691
bt_mesh_trans_send()
ad
=
bt_mesh_label_uuid_get
(
rx
->
ctx
.
recv_dst
)
;
transport.c:751
sdu_recv()
Call Tree
from
examples
bt_mesh_label_uuid_get()
is called by 3 functions and calls 3 functions:
mod_sub_list_clear()
bt_mesh_trans_send()
sdu_recv()
All items filtered out
bt_mesh_label_uuid_get()
esp_log_timestamp()
esp_log_write()
bt_hex()
All items filtered out
Data Use
from
examples
bt_mesh_label_uuid_get()
reads 5 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
label::addr
label::uuid
labels
All items filtered out
bt_mesh_label_uuid_get()
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