ESP-IDF
tL2CAP_FCR_OPTS
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_FCR_OPTS
tL2CAP_FCR_OPTS struct
* Type Definitions
Syntax
Show:
Summary
Declaration
from
l2c_api.h:136
typedef
struct
{
#define
L2CAP_FCR_BASIC_MODE
0x00
#define
L2CAP_FCR_ERTM_MODE
0x03
#define
L2CAP_FCR_STREAM_MODE
0x04
UINT8
mode
;
UINT8
tx_win_sz
;
UINT8
max_transmit
;
UINT16
rtrans_tout
;
UINT16
mon_tout
;
UINT16
mps
;
}
tL2CAP_FCR_OPTS
;
Fields
Field
Declared as
tL2CAP_FCR_OPTS::mode
UINT8
tL2CAP_FCR_OPTS::tx_win_sz
UINT8
tL2CAP_FCR_OPTS::max_transmit
UINT8
tL2CAP_FCR_OPTS::rtrans_tout
UINT16
tL2CAP_FCR_OPTS::mon_tout
UINT16
tL2CAP_FCR_OPTS::mps
UINT16
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