ESP-IDF
host_ctb::callback
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
host_ctb::callback
host_ctb::callback field
Syntax
Show:
Summary
Declaration
from
hid_int.h:49
tHID_HOST_DEV_CALLBACK
*
callback
;
Examples
References
from
examples
Code
Location
Referrer
tHID_HOST_DEV_CALLBACK
*
callback
;
/* Application callbacks */
hid_int.h:49
hh_cb
.
callback
=
dev_cback
;
hidh_api.c:310
HID_HostRegister()
hh_cb
.
callback
(
(
UINT8
)
p_tle
->
param
,
hh_cb
.
devices
[
p_tle
->
param
]
.
addr
,
hidh_conn.c:293
hidh_proc_repage_timeout()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
reason
,
NULL
)
;
hidh_conn.c:392
hidh_l2cif_connect_cfm()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
reason
,
NULL
)
;
hidh_conn.c:469
hidh_l2cif_config_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_OPEN
,
0
,
NULL
)
;
hidh_conn.c:488
hidh_l2cif_config_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
reason
,
NULL
)
;
hidh_conn.c:525
hidh_l2cif_config_cfm()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
reason
,
NULL
)
;
hidh_conn.c:540
hidh_l2cif_config_cfm()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_OPEN
,
0
,
NULL
)
;
hidh_conn.c:559
hidh_l2cif_config_cfm()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
disc_res
,
NULL
)
;
hidh_conn.c:620
hidh_l2cif_disconnect_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
hid_close_evt_reason
,
NULL
)
;
hidh_conn.c:639
hidh_l2cif_disconnect_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
p_hcon
->
disc_reason
,
NULL
)
;
hidh_conn.c:691
hidh_l2cif_disconnect_cfm()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_HANDSHAKE
,
param
,
NULL
)
;
hidh_conn.c:778
hidh_l2cif_data_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_VC_UNPLUG
,
0
,
NULL
)
;
hidh_conn.c:787
hidh_l2cif_data_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
evt
,
rep_type
,
p_msg
)
;
hidh_conn.c:800
hidh_l2cif_data_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
evt
,
rep_type
,
p_msg
)
;
hidh_conn.c:806
hidh_l2cif_data_ind()
hh_cb
.
callback
(
dhandle
,
hh_cb
.
devices
[
dhandle
]
.
addr
,
HID_HDEV_EVT_CLOSE
,
hidh_conn.c:982
hidh_conn_initiate()
Call Tree
from
examples
host_ctb::callback
is called by 8 functions:
hidh_proc_repage_timeout()
hidh_l2cif_connect_cfm()
hidh_l2cif_config_ind()
hidh_l2cif_config_cfm()
hidh_l2cif_disconnect_ind()
hidh_l2cif_disconnect_cfm()
hidh_l2cif_data_ind()
hidh_conn_initiate()
All items filtered out
host_ctb::callback
All items filtered out
Data Use
from
examples
host_ctb::callback
is written by 1 function:
HID_HostRegister()
All items filtered out
host_ctb::callback
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