ESP-IDF
goepc_sm_act_disconnect()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
goepc_sm_act_disconnect()
goepc_sm_act_disconnect() function
Syntax
Show:
Summary
Declaration
from
goepc_main.c:231
static
void
goepc_sm_act_disconnect
(
tGOEPC_CCB
*
p_ccb
)
;
Arguments
Argument
p_ccb
Related Functions
Found 17 other functions taking a
tGOEPC_CCB
argument:
Function
goepc_free_ccb()
goepc_sm_execute()
goepc_srm_sm_execute()
goepc_sm_act_send_req_fb()
goepc_sm_act_send_req()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
goepc_sm_state_opened_idle()
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
goepc_srm_sm_act_req()
goepc_srm_sm_act_rsp()
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
goepc_sm_act_connect()
goepc_sm_state_opening()
Examples
References
from
examples
Code
Location
Referrer
static
void
goepc_sm_act_disconnect
(
tGOEPC_CCB
*
p_ccb
)
goepc_main.c:231
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:252
goepc_sm_act_send_req()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:265
goepc_sm_act_send_req_fb()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:311
goepc_sm_state_opening()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:319
goepc_sm_state_opening()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:332
goepc_sm_state_opened_idle()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:347
goepc_sm_state_opened_idle()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:360
goepc_sm_state_opened_req()
goepc_sm_act_disconnect
(
p_ccb
)
;
goepc_main.c:385
goepc_sm_state_opened_rsp()
Call Tree
from
examples
goepc_sm_act_disconnect()
is called by 6 functions and calls 3 functions:
goepc_sm_act_send_req()
goepc_sm_act_send_req_fb()
goepc_sm_state_opening()
goepc_sm_state_opened_idle()
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
All items filtered out
goepc_sm_act_disconnect()
OBEX_RemoveConn()
tGOEPC_CCB::callback
goepc_free_ccb()
All items filtered out
Data Use
from
examples
goepc_sm_act_disconnect()
reads 4 variables and writes 1 variable:
::GOEPC_CLOSED_EVT
tGOEPC_MSG::closed
tGOEPC_CCB::obex_handle
tGOEPC_CCB::allocated
All items filtered out
goepc_sm_act_disconnect()
tGOEPC_MSG_CLOSED::reason
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