ESP-IDF
dev_ctb
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
dev_ctb
dev_ctb struct
Syntax
Show:
Summary
Declaration
from
hid_int.h:103
typedef
struct
dev_ctb
{
tHID_DEV_DEV_CTB
device
;
tHID_DEV_HOST_CALLBACK
*
callback
;
tL2CAP_CFG_INFO
l2cap_cfg
;
tL2CAP_CFG_INFO
l2cap_intr_cfg
;
bool
use_in_qos
;
FLOW_SPEC
in_qos
;
bool
reg_flag
;
uint8_t
trace_level
;
bool
allow_incoming
;
BT_HDR
*
pending_data
;
bool
pending_vc_unplug
;
}
tHID_DEV_CTB
;
Fields
Field
Declared as
dev_ctb::device
tHID_DEV_DEV_CTB
dev_ctb::callback
tHID_DEV_HOST_CALLBACK
*
dev_ctb::l2cap_cfg
tL2CAP_CFG_INFO
dev_ctb::l2cap_intr_cfg
tL2CAP_CFG_INFO
dev_ctb::use_in_qos
bool
dev_ctb::in_qos
FLOW_SPEC
dev_ctb::reg_flag
bool
dev_ctb::trace_level
uint8_t
dev_ctb::allow_incoming
bool
dev_ctb::pending_data
BT_HDR
*
dev_ctb::pending_vc_unplug
bool
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