ESP-IDF
handle_rc_metamsg_cmd()
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
handle_rc_metamsg_cmd()
handle_rc_metamsg_cmd() function
Function handle_rc_metamsg_cmd - Argument: tBTA_AV_VENDOR Structure containing the received metamsg command - Description: Remote control metamsg command handler (AVRCP 1.3)
Syntax
Show:
Summary
Declaration
Definition
from
btc_avrc.c:35
static
void
handle_rc_metamsg_cmd
(
tBTA_AV_META_MSG
*
p_meta_msg
)
;
Implemented in
btc_avrc.c:712
Arguments
Argument
p_meta_msg
Related Functions
Found 1 other functions taking a
tBTA_AV_META_MSG
argument:
Function
Description
handle_rc_metamsg_rsp()
Function handle_rc_metamsg_rsp - Argument: tBTA_AV_META_MSG metadata command response - Description: Vendor metadata response handler
Examples
References
from
examples
Code
Location
Referrer
static
void
handle_rc_metamsg_cmd
(
tBTA_AV_META_MSG
*
p_meta_msg
)
btc_avrc.c:712
static
void
handle_rc_metamsg_cmd
(
tBTA_AV_META_MSG
*
p_meta_msg
)
;
btc_avrc.c:35
handle_rc_metamsg_cmd
(
&
(
p_data
->
meta_msg
)
)
;
btc_avrc.c:1021
btc_rc_handler()
Call Tree
from
examples
handle_rc_metamsg_cmd()
is called by 1 function and calls 8 functions:
btc_rc_handler()
All items filtered out
handle_rc_metamsg_cmd()
free()
esp_log_timestamp()
esp_log_write()
osi_calloc_func()
AVRC_ParsCommand()
btc_rc_upstreams_evt()
send_reject_response()
handle_rc_metamsg_rsp()
All items filtered out
Data Use
from
examples
handle_rc_metamsg_cmd()
reads 12 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
tAVRC_CMD::pdu
tAVRC_COMMAND::pdu
tAVRC_COMMAND::cmd
tAVRC_MSG::hdr
tAVRC_HDR::opcode
tBTA_AV_META_MSG::rc_handle
tBTA_AV_META_MSG::len
tBTA_AV_META_MSG::label
tBTA_AV_META_MSG::code
tBTA_AV_META_MSG::p_msg
All items filtered out
handle_rc_metamsg_cmd()
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