ESP-IDF
L2CA_SetChnlDataRate()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
L2CA_SetChnlDataRate()
L2CA_SetChnlDataRate() function
* Function L2CA_SetChnlDataRate * Description Sets the tx/rx data rate for a channel. * Returns TRUE if a valid channel, else FALSE
Syntax
Show:
Summary
Declaration
Definition
from
l2c_api.h:793
extern
BOOLEAN
L2CA_SetChnlDataRate
(
UINT16
cid
,
tL2CAP_CHNL_DATA_RATE
tx
,
tL2CAP_CHNL_DATA_RATE
rx
)
;
Implemented in
l2c_api.c:1092
Arguments
Argument
cid
tx
rx
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