ESP-IDF
bt_mesh_prov_link::pb_remote_cbd
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_cbd
bt_mesh_prov_link::pb_remote_cbd field
Syntax
Show:
Summary
Declaration
from
prov_common.h:286
uint8_t
pb_remote_cbd
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pb_remote_cbd
:
1
,
/* Indicate if the link is closed by the unprovisioned device */
prov_common.h:286
return
LINK
(
link
)
->
pb_remote_cbd
;
ext.c:1668
bt_mesh_ext_prov_link_get_pb_remote_cbd()
LINK
(
link
)
->
pb_remote_cbd
=
pb_remote_cbd
;
ext.c:1673
bt_mesh_ext_prov_link_set_pb_remote_cbd()
link
->
pb_remote_cbd
=
false
;
prov_common.c:434
prov_retransmit()
link
->
pb_remote_cbd
=
false
;
prov_common.c:454
prov_retransmit()
prov_link
.
pb_remote_cbd
=
true
;
prov_node.c:980
prov_failed()
prov_link
.
pb_remote_cbd
=
true
;
prov_node.c:1099
link_close()
prov_link
.
pb_remote_cbd
=
true
;
prov_node.c:1472
bt_mesh_pb_gatt_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_remote_cbd
is written by 5 functions and is read by 1 function:
prov_retransmit()
prov_failed()
link_close()
bt_mesh_pb_gatt_close()
bt_mesh_ext_prov_link_set_pb_remote_cbd()
All items filtered out
bt_mesh_prov_link::pb_remote_cbd
bt_mesh_ext_prov_link_get_pb_remote_cbd()
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