ESP-IDF
bta_av_ca_sm_execute()
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
bta_av_ca_sm_execute()
bta_av_ca_sm_execute() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_av_int.h:801
extern
void
bta_av_ca_sm_execute
(
tBTA_AV_RCB
*
p_rcb
,
UINT16
event
,
tBTA_AV_DATA
*
p_data
)
;
Implemented in
bta_av_ca_sm.c:152
Arguments
Argument
p_rcb
event
p_data
Related Functions
Found 16 other functions taking a
tBTA_AV_RCB
argument:
Function
Description
bta_av_del_rc()
* Function bta_av_del_rc * Description delete the given AVRC handle. * Returns void
bta_av_ca_force_disconnect()
bta_av_ca_reset()
close_goepc_and_disconnect()
bta_av_ca_api_open()
bta_av_ca_api_close()
bta_av_ca_api_get()
bta_av_ca_response()
bta_av_ca_response_final()
bta_av_ca_goep_connect()
bta_av_ca_goep_disconnect()
get_rcb_idx()
get_peer_bd_addr()
build_and_send_connect_req()
build_and_send_disconnect_req()
build_and_send_empty_get_req()
Examples
References
from
examples
Code
Location
Referrer
void
bta_av_ca_sm_execute
(
tBTA_AV_RCB
*
p_rcb
,
UINT16
event
,
tBTA_AV_DATA
*
p_data
)
bta_av_ca_sm.c:152
extern
void
bta_av_ca_sm_execute
(
tBTA_AV_RCB
*
p_rcb
,
UINT16
event
,
tBTA_AV_DATA
*
p_data
)
;
bta_av_int.h:801
bta_av_ca_sm_execute
(
p_rcb
,
p_msg
->
event
,
(
tBTA_AV_DATA
*
)
p_msg
)
;
bta_av_main.c:1255
bta_av_hdl_event()
Call Tree
from
examples
bta_av_ca_sm_execute()
is called by 1 function:
bta_av_hdl_event()
All items filtered out
bta_av_ca_sm_execute()
All items filtered out
Data Use
from
examples
bta_av_ca_sm_execute()
reads 5 variables and writes 1 variable:
tBTA_AV_RCB::cover_art_state
::BTA_AV_API_CA_OPEN_EVT
::BTA_AV_CA_NUM_ACTIONS
bta_av_ca_action
bta_av_ca_st_tbl
All items filtered out
bta_av_ca_sm_execute()
tBTA_AV_RCB::cover_art_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