ESP-IDF
t_port_info::is_server
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
t_port_info::is_server
t_port_info::is_server field
Syntax
Show:
Summary
Declaration
from
port_int.h:157
BOOLEAN
is_server
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_server
;
/* TRUE if the server application */
port_int.h:157
if
(
p_port
->
is_server
==
FALSE
)
{
port_api.c:139
RFCOMM_CreateConnection()
p_port
->
is_server
=
is_server
;
port_api.c:177
RFCOMM_CreateConnection()
if
(
p_port
->
is_server
)
{
port_api.c:213
RFCOMM_CreateConnection()
if
(
p_port
->
is_server
&&
(
p_port
->
rfc
.
state
!=
RFC_STATE_OPENED
)
)
{
port_api.c:1380
port_write()
if
(
p_port
->
is_server
)
{
port_rfc.c:469
PORT_DlcEstablishInd()
if
(
p_port
->
is_server
)
{
port_rfc.c:536
PORT_DlcEstablishCnf()
if
(
(
p_port
->
state
==
PORT_STATE_OPENING
)
&&
(
p_port
->
is_server
)
)
{
port_rfc.c:1057
port_rfc_closed()
if
(
p_port
->
p_mgmt_callback
&&
!
(
p_port
->
state
==
PORT_STATE_CLOSED
&&
p_port
->
is_server
)
)
{
port_rfc.c:1099
port_rfc_closed()
__func__
,
p_port
->
is_server
,
p_port
->
state
,
PORT_GetResultString
(
res
)
,
port_rfc.c:1106
port_rfc_closed()
if
(
p_port
->
is_server
)
{
port_utils.c:262
port_release_port()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_port_info::is_server
is written by 1 function and is read by 6 functions:
RFCOMM_CreateConnection()
All items filtered out
t_port_info::is_server
RFCOMM_CreateConnection()
port_write()
PORT_DlcEstablishInd()
PORT_DlcEstablishCnf()
port_rfc_closed()
port_release_port()
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