ESP-IDF
rfc_check_fcs()
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
rfc_check_fcs()
rfc_check_fcs() function
* Function rfc_check_fcs * Description This function checks FCS for the RFCOMM frame * (GSM 07.10 TS 101 369 V6.3.0) * Input len - number of bytes in the message * p - points to message * received_fcs - received FCS
Syntax
Show:
Summary
Declaration
Definition
from
rfc_int.h:305
BOOLEAN
rfc_check_fcs
(
UINT16
len
,
UINT8
*
p
,
UINT8
received_fcs
)
;
Implemented in
rfc_utils.c:109
Arguments
Argument
Declared as
len
UINT16
p
UINT8
*
received_fcs
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