ESP-IDF
bt_mesh_gen_user_property_set::user_property_value
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
bt_mesh_gen_user_property_set::user_property_value
bt_mesh_gen_user_property_set::user_property_value field
Syntax
Show:
Summary
Declaration
from
generic_client.h:358
struct
net_buf_simple
*
user_property_value
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf_simple
*
user_property_value
;
/* Raw value for the User Property */
generic_client.h:358
net_buf_simple_add_mem
(
msg
,
set
->
user_property_value
->
data
,
set
->
user_property_value
->
len
)
;
generic_client.c:841
gen_set_state()
if
(
!
value
->
user_property_value
)
{
generic_client.c:1076
bt_mesh_generic_client_set_state()
length
=
(
1
+
2
+
value
->
user_property_value
->
len
+
4
)
;
generic_client.c:1080
bt_mesh_generic_client_set_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gen_user_property_set::user_property_value
is read by 2 functions:
All items filtered out
bt_mesh_gen_user_property_set::user_property_value
gen_set_state()
bt_mesh_generic_client_set_state()
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