ESP-IDF
bt_mesh_prov_link::pb_remote_timeout
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_prov_link::pb_remote_timeout
bt_mesh_prov_link::pb_remote_timeout field
Syntax
Show:
Summary
Declaration
from
prov_common.h:283
uint8_t
pb_remote_timeout
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pb_remote_timeout
;
/* Timeout value used by PB-Remote Open Link procedure */
prov_common.h:283
return
LINK
(
link
)
->
pb_remote_timeout
;
ext.c:1638
bt_mesh_ext_prov_link_get_pb_remote_timeout()
LINK
(
link
)
->
pb_remote_timeout
=
pb_remote_timeout
;
ext.c:1643
bt_mesh_ext_prov_link_set_pb_remote_timeout()
timeout
=
K_SECONDS
(
link
->
pb_remote_timeout
)
;
prov_common.c:427
prov_retransmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_remote_timeout
is written by 1 function and is read by 2 functions:
bt_mesh_ext_prov_link_set_pb_remote_timeout()
All items filtered out
bt_mesh_prov_link::pb_remote_timeout
prov_retransmit()
bt_mesh_ext_prov_link_get_pb_remote_timeout()
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