ESP-IDF
bt_mesh_prov_link::pb_remote_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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_prov_link::pb_remote_data
bt_mesh_prov_link::pb_remote_data field
Syntax
Show:
Summary
Declaration
from
prov_common.h:289
void
*
pb_remote_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
pb_remote_data
;
/* Remote Provisioning Server/Client PB-Remote information */
prov_common.h:289
return
LINK
(
link
)
->
pb_remote_data
;
ext.c:1698
bt_mesh_ext_prov_link_get_pb_remote_data()
LINK
(
link
)
->
pb_remote_data
=
data
;
ext.c:1703
bt_mesh_ext_prov_link_set_pb_remote_data()
assert
(
LINK
(
link
)
->
pb_remote_data
)
;
ext.c:1708
bt_mesh_ext_prov_link_free_pb_remote_data()
bt_mesh_free
(
LINK
(
link
)
->
pb_remote_data
)
;
ext.c:1709
bt_mesh_ext_prov_link_free_pb_remote_data()
LINK
(
link
)
->
pb_remote_data
=
NULL
;
ext.c:1710
bt_mesh_ext_prov_link_free_pb_remote_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_remote_data
is written by 2 functions and is read by 2 functions:
bt_mesh_ext_prov_link_set_pb_remote_data()
bt_mesh_ext_prov_link_free_pb_remote_data()
All items filtered out
bt_mesh_prov_link::pb_remote_data
bt_mesh_ext_prov_link_get_pb_remote_data()
bt_mesh_ext_prov_link_free_pb_remote_data()
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