ESP-IDF
hid_conn
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_conn
hid_conn struct
Syntax
Show:
Summary
Declaration
from
hid_conn.h:34
typedef
struct
hid_conn
{
#define
HID_CONN_STATE_UNUSED
(
0
)
#define
HID_CONN_STATE_CONNECTING_CTRL
(
1
)
#define
HID_CONN_STATE_CONNECTING_INTR
(
2
)
#define
HID_CONN_STATE_CONFIG
(
3
)
#define
HID_CONN_STATE_CONNECTED
(
4
)
#define
HID_CONN_STATE_DISCONNECTING
(
5
)
#define
HID_CONN_STATE_SECURITY
(
6
)
#define
HID_CONN_STATE_DISCONNECTING_CTRL
(
7
)
#define
HID_CONN_STATE_DISCONNECTING_INTR
(
8
)
UINT8
conn_state
;
#define
HID_CONN_FLAGS_IS_ORIG
(
0x01
)
#define
HID_CONN_FLAGS_HIS_CTRL_CFG_DONE
(
0x02
)
#define
HID_CONN_FLAGS_MY_CTRL_CFG_DONE
(
0x04
)
#define
HID_CONN_FLAGS_HIS_INTR_CFG_DONE
(
0x08
)
#define
HID_CONN_FLAGS_MY_INTR_CFG_DONE
(
0x10
)
#define
HID_CONN_FLAGS_ALL_CONFIGURED
(
0x1E
)
#define
HID_CONN_FLAGS_CONGESTED
(
0x20
)
#define
HID_CONN_FLAGS_INACTIVE
(
0x40
)
UINT8
conn_flags
;
UINT8
ctrl_id
;
UINT16
ctrl_cid
;
UINT16
intr_cid
;
UINT16
rem_mtu_size
;
UINT16
disc_reason
;
TIMER_LIST_ENT
timer_entry
;
}
tHID_CONN
;
Fields
Field
Declared as
hid_conn::conn_state
UINT8
hid_conn::conn_flags
UINT8
hid_conn::ctrl_id
UINT8
hid_conn::ctrl_cid
UINT16
hid_conn::intr_cid
UINT16
hid_conn::rem_mtu_size
UINT16
hid_conn::disc_reason
UINT16
hid_conn::timer_entry
TIMER_LIST_ENT
Examples
References
from
examples
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