ESP-IDF
tGOEPC_MSG::response
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGOEPC_MSG::response
tGOEPC_MSG::response field
Syntax
Show:
Summary
Declaration
from
goepc_api.h:51
tGOEPC_MSG_RESPONSE
response
;
Examples
References
from
examples
Code
Location
Referrer
tGOEPC_MSG_RESPONSE
response
;
goepc_api.h:51
p_data
->
ca_response
.
pkt
=
p_msg
->
response
.
pkt
;
bta_av_ca_act.c:181
bta_av_ca_goep_event_handler()
p_data
->
ca_response
.
opcode
=
p_msg
->
response
.
opcode
;
bta_av_ca_act.c:182
bta_av_ca_goep_event_handler()
p_data
->
ca_response
.
srm_en
=
p_msg
->
response
.
srm_en
;
bta_av_ca_act.c:183
bta_av_ca_goep_event_handler()
p_data
->
ca_response
.
srm_wait
=
p_msg
->
response
.
srm_wait
;
bta_av_ca_act.c:184
bta_av_ca_goep_event_handler()
if
(
p_msg
->
response
.
final
)
{
bta_av_ca_act.c:185
bta_av_ca_goep_event_handler()
if
(
event
==
GOEPC_RESPONSE_EVT
&&
p_msg
->
response
.
pkt
!=
NULL
)
{
bta_av_ca_act.c:211
bta_av_ca_goep_event_handler()
osi_free
(
p_msg
->
response
.
pkt
)
;
bta_av_ca_act.c:212
bta_av_ca_goep_event_handler()
msg
.
response
.
opcode
=
p_ccb
->
last_pkt_opcode
;
goepc_main.c:279
goepc_sm_act_rsp()
msg
.
response
.
final
=
FALSE
;
goepc_main.c:280
goepc_sm_act_rsp()
msg
.
response
.
srm_en
=
(
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE_WAIT
||
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE
)
;
goepc_main.c:281
goepc_sm_act_rsp()
msg
.
response
.
srm_wait
=
(
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE_WAIT
)
;
goepc_main.c:282
goepc_sm_act_rsp()
msg
.
response
.
pkt
=
pkt
;
goepc_main.c:283
goepc_sm_act_rsp()
msg
.
response
.
opcode
=
p_ccb
->
last_pkt_opcode
;
goepc_main.c:290
goepc_sm_act_rsp_fb()
msg
.
response
.
final
=
TRUE
;
goepc_main.c:291
goepc_sm_act_rsp_fb()
msg
.
response
.
srm_en
=
FALSE
;
goepc_main.c:292
goepc_sm_act_rsp_fb()
msg
.
response
.
srm_wait
=
FALSE
;
goepc_main.c:293
goepc_sm_act_rsp_fb()
msg
.
response
.
pkt
=
pkt
;
goepc_main.c:294
goepc_sm_act_rsp_fb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGOEPC_MSG::response
is read by 3 functions:
All items filtered out
tGOEPC_MSG::response
bta_av_ca_goep_event_handler()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
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