ESP-IDF
PORT_SendError()
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
PORT_SendError()
PORT_SendError() function
* Function PORT_SendError * Description This function send a communications error to the peer device * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * errors - receive error codes
Syntax
Show:
Summary
Declaration
from
port_api.h:522
extern
int
PORT_SendError
(
UINT16
handle
,
UINT8
errors
)
;
Arguments
Argument
handle
errors
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