ESP-IDF
goepc_act_mtu_chg()
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_act_mtu_chg()
goepc_act_mtu_chg() function
Syntax
Show:
Summary
Declaration
from
goepc_main.c:143
static
void
goepc_act_mtu_chg
(
tGOEPC_CCB
*
p_ccb
,
tGOEPC_MTU_CHG
*
mtu_chg
)
;
Arguments
Argument
p_ccb
mtu_chg
Related Functions
Found 17 other functions taking a
tGOEPC_CCB
argument:
Function
goepc_sm_act_disconnect()
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_sm_act_connect()
goepc_sm_state_opening()
Examples
References
from
examples
Code
Location
Referrer
static
void
goepc_act_mtu_chg
(
tGOEPC_CCB
*
p_ccb
,
tGOEPC_MTU_CHG
*
mtu_chg
)
goepc_main.c:143
goepc_act_mtu_chg
(
p_ccb
,
&
data
.
mtu_chg
)
;
goepc_main.c:180
goepc_obex_callback()
Call Tree
from
examples
goepc_act_mtu_chg()
is called by 1 function and calls 1 function:
goepc_obex_callback()
All items filtered out
goepc_act_mtu_chg()
tGOEPC_CCB::callback
All items filtered out
Data Use
from
examples
goepc_act_mtu_chg()
reads 5 variables and writes 4 variables:
::GOEPC_MTU_CHANGED_EVT
tGOEPC_MSG::mtu_changed
tGOEPC_CCB::allocated
tGOEPC_MTU_CHG::peer_mtu
tGOEPC_MTU_CHG::our_mtu
All items filtered out
goepc_act_mtu_chg()
tGOEPC_MSG_MTU_CHANGED::peer_mtu
tGOEPC_MSG_MTU_CHANGED::our_mtu
tGOEPC_CCB::peer_mtu
tGOEPC_CCB::our_mtu
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