ESP-IDF
HID_DHOST_EVT_CLOSE
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
HID_DHOST_EVT_CLOSE
HID_DHOST_EVT_CLOSE value
Syntax
Show:
Summary
Declaration
from
hidd_api.h:42
HID_DHOST_EVT_CLOSE
;
Examples
References
from
examples
Code
Location
Referrer
HID_DHOST_EVT_CLOSE
,
hidd_api.h:42
case
HID_DHOST_EVT_CLOSE
:
bta_hd_act.c:766
bta_hd_cback()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
HID_L2CAP_CONN_FAIL
|
(
uint32_t
)
result
,
NULL
)
;
hidd_conn.c:253
hidd_l2cif_connect_cfm()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
HID_ERR_L2CAP_FAILED
,
NULL
)
;
hidd_conn.c:309
hidd_l2cif_config_ind()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
reason
,
NULL
)
;
hidd_conn.c:357
hidd_l2cif_config_cfm()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
HID_ERR_L2CAP_FAILED
,
NULL
)
;
hidd_conn.c:370
hidd_l2cif_config_cfm()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
p_hcon
->
disc_reason
,
NULL
)
;
hidd_conn.c:420
hidd_l2cif_disconnect_ind()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
p_hcon
->
disc_reason
,
NULL
)
;
hidd_conn.c:456
hidd_l2cif_disconnect_cfm()
hd_cb
.
callback
(
hd_cb
.
device
.
addr
,
HID_DHOST_EVT_CLOSE
,
HID_ERR_L2CAP_FAILED
,
NULL
)
;
hidd_conn.c:660
hidd_conn_initiate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
HID_DHOST_EVT_CLOSE
is read by 7 functions:
All items filtered out
HID_DHOST_EVT_CLOSE
bta_hd_cback()
hidd_l2cif_connect_cfm()
hidd_l2cif_config_ind()
hidd_l2cif_config_cfm()
hidd_l2cif_disconnect_ind()
hidd_l2cif_disconnect_cfm()
hidd_conn_initiate()
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