ESP-IDF
tL2CAP_LE_CFG_INFO
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
tL2CAP_LE_CFG_INFO
tL2CAP_LE_CFG_INFO struct
Syntax
Show:
Summary
Declaration
from
l2c_api.h:174
typedef
struct
{
UINT16
mtu
;
UINT16
mps
;
UINT16
credits
;
}
tL2CAP_LE_CFG_INFO
;
Fields
Field
Declared as
tL2CAP_LE_CFG_INFO::mtu
UINT16
tL2CAP_LE_CFG_INFO::mps
UINT16
tL2CAP_LE_CFG_INFO::credits
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
l2c_api.h:174
}
tL2CAP_LE_CFG_INFO
;
l2c_api.h:179
tL2CAP_LE_CFG_INFO
tL2CAP_LE_CFG_INFO
local_conn_cfg
;
/* Our config for ble conn oriented channel */
l2c_int.h:281
t_l2c_ccb
t_l2c_ccb::local_conn_cfg
tL2CAP_LE_CFG_INFO
peer_conn_cfg
;
/* Peer device config ble conn oriented channel */
l2c_int.h:282
t_l2c_ccb
t_l2c_ccb::peer_conn_cfg
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
Instance
Scope
Location
Project
t_l2c_ccb::local_conn_cfg
t_l2c_ccb
l2c_int.h:281
t_l2c_ccb::peer_conn_cfg
t_l2c_ccb
l2c_int.h:282
Lifecycle
from
examples
All items filtered out
All items filtered out