ESP-IDF
host_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
host_ctb
host_ctb struct
Syntax
Show:
Summary
Declaration
from
hid_int.h:47
typedef
struct
host_ctb
{
tHID_HOST_DEV_CTB
devices
[
HID_HOST_MAX_DEVICES
]
;
tHID_HOST_DEV_CALLBACK
*
callback
;
tL2CAP_CFG_INFO
l2cap_cfg
;
#define
MAX_SERVICE_DB_SIZE
4000
BOOLEAN
sdp_busy
;
tHID_HOST_SDP_CALLBACK
*
sdp_cback
;
tSDP_DISCOVERY_DB
*
p_sdp_db
;
tHID_DEV_SDP_INFO
sdp_rec
;
BOOLEAN
reg_flag
;
UINT8
trace_level
;
}
tHID_HOST_CTB
;
Fields
Field
Declared as
host_ctb::devices
tHID_HOST_DEV_CTB
[
HID_HOST_MAX_DEVICES
]
host_ctb::callback
tHID_HOST_DEV_CALLBACK
*
host_ctb::l2cap_cfg
tL2CAP_CFG_INFO
host_ctb::sdp_busy
BOOLEAN
host_ctb::sdp_cback
tHID_HOST_SDP_CALLBACK
*
host_ctb::p_sdp_db
tSDP_DISCOVERY_DB
*
host_ctb::sdp_rec
tHID_DEV_SDP_INFO
host_ctb::reg_flag
BOOLEAN
host_ctb::trace_level
UINT8
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