ESP-IDF
goepc_sm_act_rsp_fb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_rsp_fb()
goepc_sm_act_rsp_fb() function
Syntax
Show:
Summary
Declaration
from
goepc_main.c:287
static
void
goepc_sm_act_rsp_fb
(
tGOEPC_CCB
*
p_ccb
,
BT_HDR
*
pkt
)
;
Arguments
Argument
p_ccb
pkt
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_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_rsp_fb
(
tGOEPC_CCB
*
p_ccb
,
BT_HDR
*
pkt
)
goepc_main.c:287
goepc_sm_act_rsp_fb
(
p_ccb
,
p_data
->
pkt
)
;
goepc_main.c:372
goepc_sm_state_opened_req()
goepc_sm_act_rsp_fb
(
p_ccb
,
p_data
->
pkt
)
;
goepc_main.c:394
goepc_sm_state_opened_rsp()
Call Tree
from
examples
goepc_sm_act_rsp_fb()
is called by 2 functions and calls 1 function:
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
All items filtered out
goepc_sm_act_rsp_fb()
tGOEPC_CCB::callback
All items filtered out
Data Use
from
examples
goepc_sm_act_rsp_fb()
reads 6 variables and writes 7 variables:
::GOEPC_RESPONSE_EVT
tGOEPC_MSG::response
::GOEPC_STATE_OPENED_IDLE
::GOEPC_SRM_STATE_IDLE
tGOEPC_CCB::last_pkt_opcode
tGOEPC_CCB::allocated
All items filtered out
goepc_sm_act_rsp_fb()
tGOEPC_MSG_RESPONSE::opcode
tGOEPC_MSG_RESPONSE::final
tGOEPC_MSG_RESPONSE::srm_en
tGOEPC_MSG_RESPONSE::srm_wait
tGOEPC_MSG_RESPONSE::pkt
tGOEPC_CCB::srm_state
tGOEPC_CCB::state
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