ESP-IDF
bt_mesh_gen_client_properties_status::client_property_ids
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_client_properties_status::client_property_ids
bt_mesh_gen_client_properties_status::client_property_ids field
Syntax
Show:
Summary
Declaration
from
generic_client.h:349
struct
net_buf_simple
*
client_property_ids
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf_simple
*
client_property_ids
;
/* Buffer contains a sequence of N Client Property IDs */
generic_client.h:349
status
->
client_property_ids
=
bt_mesh_alloc_buf
(
buf
->
len
)
;
generic_client.c:485
generic_status()
if
(
!
status
->
client_property_ids
)
{
generic_client.c:486
generic_status()
net_buf_simple_add_mem
(
status
->
client_property_ids
,
buf
->
data
,
buf
->
len
)
;
generic_client.c:491
generic_status()
bt_mesh_free_buf
(
status
->
client_property_ids
)
;
generic_client.c:600
generic_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gen_client_properties_status::client_property_ids
is written by 1 function and is read by 1 function:
generic_status()
All items filtered out
bt_mesh_gen_client_properties_status::client_property_ids
generic_status()
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