ESP-IDF
CLOSE_REASON_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
CLOSE_REASON_TIMEOUT
CLOSE_REASON_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:117
#define
CLOSE_REASON_TIMEOUT
0x01
Examples
References
from
examples
Code
Location
#define
CLOSE_REASON_TIMEOUT
0x01
prov_common.h:117
link
->
pb_remote_close
(
link
,
CLOSE_REASON_TIMEOUT
)
;
prov_common.c:438
link
->
retrans_timeout
(
link
,
CLOSE_REASON_TIMEOUT
)
;
prov_common.c:445
bt_mesh_pb_gatt_close
(
prov_link
.
conn
,
CLOSE_REASON_TIMEOUT
)
;
prov_node.c:1506
uint8_t
reason
=
CLOSE_REASON_TIMEOUT
;
prov_node.c:1512
close_link
(
link
,
CLOSE_REASON_TIMEOUT
)
;
prov_pvnr.c:2763
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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