ESP-IDF
handle_rc_metamsg_rsp()
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_rsp()
handle_rc_metamsg_rsp() function
Function handle_rc_metamsg_rsp - Argument: tBTA_AV_META_MSG metadata command response - Description: Vendor metadata response handler
Syntax
Show:
Summary
Declaration
Definition
from
btc_avrc.c:36
static
void
handle_rc_metamsg_rsp
(
tBTA_AV_META_MSG
*
p_remote_rsp
)
;
Implemented in
btc_avrc.c:846
Arguments
Argument
p_remote_rsp
Related Functions
Found 1 other functions taking a
tBTA_AV_META_MSG
argument:
Function
Description
handle_rc_metamsg_cmd()
Function handle_rc_metamsg_cmd - Argument: tBTA_AV_VENDOR Structure containing the received metamsg command - Description: Remote control metamsg command handler (AVRCP 1.3)
Examples
References
from
examples
Code
Location
Referrer
static
void
handle_rc_metamsg_rsp
(
tBTA_AV_META_MSG
*
p_meta_msg
)
btc_avrc.c:846
static
void
handle_rc_metamsg_rsp
(
tBTA_AV_META_MSG
*
p_remote_rsp
)
;
btc_avrc.c:36
handle_rc_metamsg_rsp
(
p_meta_msg
)
;
btc_avrc.c:728
handle_rc_metamsg_cmd()
Call Tree
from
examples
handle_rc_metamsg_rsp()
is called by 1 function and calls 7 functions:
handle_rc_metamsg_cmd()
All items filtered out
handle_rc_metamsg_rsp()
esp_log_timestamp()
esp_log_write()
AVRC_ParsResponse()
handle_rc_notification_rsp()
handle_rc_get_caps_rsp()
handle_rc_attributes_rsp()
handle_rc_set_absolute_volume_rsp()
All items filtered out
Data Use
from
examples
handle_rc_metamsg_rsp()
reads 11 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
tAVRC_RSP::pdu
tAVRC_RESPONSE::rsp
tAVRC_MSG_VENDOR::hdr
tAVRC_MSG_VENDOR::p_vendor_data
tAVRC_MSG::hdr
tAVRC_HDR::ctype
tAVRC_HDR::opcode
tBTA_AV_META_MSG::code
tBTA_AV_META_MSG::p_msg
All items filtered out
handle_rc_metamsg_rsp()
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