ESP-IDF
bt_mesh_prov_link::reason
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::reason
bt_mesh_prov_link::reason field
Syntax
Show:
Summary
Declaration
from
prov_common.h:252
uint8_t
reason
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
reason
;
/* Reason of closing provisioning link */
prov_common.h:252
link
->
pb_remote_close
(
link
,
link
->
reason
)
;
prov_common.c:458
prov_retransmit()
link
->
reset_adv_link
(
link
,
link
->
reason
)
;
prov_common.c:462
prov_retransmit()
link
->
reason
=
*
(
(
uint8_t
*
)
data
)
;
prov_common.c:550
bt_mesh_prov_bearer_ctl_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::reason
is written by 1 function and is read by 1 function:
bt_mesh_prov_bearer_ctl_send()
All items filtered out
bt_mesh_prov_link::reason
prov_retransmit()
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