ESP-IDF
bt_mesh_prov_link::pb_remote_reset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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_reset
bt_mesh_prov_link::pb_remote_reset field
Syntax
Show:
Summary
Declaration
from
prov_common.h:286
uint8_t
pb_remote_cbd
:
1
,
pb_remote_csp
:
1
,
pb_remote_reset
:
1
;
Examples
References
from
examples
Code
Location
Referrer
pb_remote_reset
:
1
;
/* Indicate if the link is reset */
prov_common.h:288
return
LINK
(
link
)
->
pb_remote_reset
;
ext.c:1688
bt_mesh_ext_prov_link_get_pb_remote_reset()
LINK
(
link
)
->
pb_remote_reset
=
pb_remote_reset
;
ext.c:1693
bt_mesh_ext_prov_link_set_pb_remote_reset()
link
->
pb_remote_reset
=
false
;
prov_common.c:435
prov_retransmit()
link
->
pb_remote_reset
=
true
;
prov_common.c:456
prov_retransmit()
prov_link
.
pb_remote_reset
=
true
;
prov_node.c:982
prov_failed()
prov_link
.
pb_remote_reset
=
true
;
prov_node.c:1101
link_close()
prov_link
.
pb_remote_reset
=
true
;
prov_node.c:1473
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_reset
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_reset()
All items filtered out
bt_mesh_prov_link::pb_remote_reset
bt_mesh_ext_prov_link_get_pb_remote_reset()
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