ESP-IDF
BTM_DEV_REPLY_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
BTM_DEV_REPLY_TIMEOUT
BTM_DEV_REPLY_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
btm_acl.c:57
#define
BTM_DEV_REPLY_TIMEOUT
3
Examples
References
from
examples
Code
Location
#define
BTM_DEV_REPLY_TIMEOUT
3
/* 3 second timeout waiting for responses */
btm_acl.c:57
#define
BTM_DEV_REPLY_TIMEOUT
2
/* 1 second expiration time is not good. Timer may start between 0 and 1 second. */
btm_devctl.c:56
btu_start_timer
(
&
btm_cb
.
devcb
.
qossu_timer
,
BTU_TTYPE_BTM_QOS
,
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:1896
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:2001
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:2047
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:2094
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:2138
BTM_DEV_REPLY_TIMEOUT
)
;
btm_acl.c:2198
btu_start_timer
(
&
btm_cb
.
devcb
.
rln_timer
,
BTU_TTYPE_BTM_DEV_CTL
,
BTM_DEV_REPLY_TIMEOUT
)
;
btm_devctl.c:566
btu_start_timer
(
&
btm_cb
.
devcb
.
page_timeout_set_timer
,
BTU_TTYPE_BTM_SET_PAGE_TO
,
BTM_DEV_REPLY_TIMEOUT
)
;
btm_devctl.c:916
btu_start_timer
(
&
btm_cb
.
devcb
.
afh_channels_timer
,
BTU_TTYPE_BTM_ACL
,
BTM_DEV_REPLY_TIMEOUT
)
;
btm_devctl.c:1257
btu_start_timer
(
&
btm_cb
.
devcb
.
ble_channels_timer
,
BTU_TTYPE_BTM_ACL
,
BTM_DEV_REPLY_TIMEOUT
)
;
btm_devctl.c:1330
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