ESP-IDF
per_device_ctb::conn_tries
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
per_device_ctb::conn_tries
per_device_ctb::conn_tries field
Syntax
Show:
Summary
Declaration
from
hid_int.h:42
UINT8
conn_tries
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
conn_tries
;
/* Remembers to the number of connection attempts while CONNECTING */
hid_int.h:42
hh_cb
.
devices
[
i
]
.
conn_tries
=
0
;
hidh_api.c:384
HID_HostAddDev()
hh_cb
.
devices
[
dev_handle
]
.
conn_tries
=
1
;
hidh_api.c:488
HID_HostOpenDev()
hh_cb
.
devices
[
dev_handle
]
.
conn_tries
=
HID_HOST_MAX_CONN_RETRY
+
1
;
hidh_api.c:554
HID_HostCloseDev()
hh_cb
.
devices
[
dev_handle
]
.
conn_tries
=
HID_HOST_MAX_CONN_RETRY
+
1
;
hidh_api.c:561
HID_HostCloseDev()
hh_cb
.
devices
[
p_tle
->
param
]
.
conn_tries
++
;
hidh_conn.c:292
hidh_proc_repage_timeout()
HID_HDEV_EVT_RETRYING
,
hh_cb
.
devices
[
p_tle
->
param
]
.
conn_tries
,
NULL
)
;
hidh_conn.c:294
hidh_proc_repage_timeout()
if
(
p_dev
->
conn_tries
<=
HID_HOST_MAX_CONN_RETRY
)
{
hidh_conn.c:329
hidh_sec_check_complete_orig()
if
(
(
hh_cb
.
devices
[
dhandle
]
.
conn_tries
<=
HID_HOST_MAX_CONN_RETRY
)
&&
hidh_conn.c:384
hidh_l2cif_connect_cfm()
hh_cb
.
devices
[
dhandle
]
.
conn_tries
=
0
;
hidh_conn.c:617
hidh_l2cif_disconnect_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
per_device_ctb::conn_tries
is written by 5 functions and is read by 3 functions:
HID_HostAddDev()
HID_HostOpenDev()
HID_HostCloseDev()
hidh_proc_repage_timeout()
hidh_l2cif_disconnect_ind()
All items filtered out
per_device_ctb::conn_tries
hidh_proc_repage_timeout()
hidh_sec_check_complete_orig()
hidh_l2cif_connect_cfm()
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