ESP-IDF
avrc_bld_get_caps_cmd()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
avrc_bld_get_caps_cmd()
avrc_bld_get_caps_cmd() function
Syntax
Show:
Summary
Declaration
from
avrc_bld_ct.c:240
static
tAVRC_STS
avrc_bld_get_caps_cmd
(
tAVRC_GET_CAPS_CMD
*
p_cmd
,
BT_HDR
*
p_pkt
)
;
Arguments
Argument
p_cmd
p_pkt
Examples
References
from
examples
Code
Location
Referrer
static
tAVRC_STS
avrc_bld_get_caps_cmd
(
tAVRC_GET_CAPS_CMD
*
p_cmd
,
BT_HDR
*
p_pkt
)
avrc_bld_ct.c:240
status
=
avrc_bld_get_caps_cmd
(
&
p_cmd
->
get_caps
,
p_pkt
)
;
avrc_bld_ct.c:316
AVRC_BldCommand()
Call Tree
from
examples
avrc_bld_get_caps_cmd()
is called by 1 function and calls 2 functions:
AVRC_BldCommand()
All items filtered out
avrc_bld_get_caps_cmd()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
avrc_bld_get_caps_cmd()
reads 5 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_INFO
BT_HDR::offset
tAVRC_GET_CAPS_CMD::capability_id
tAVRC_CB::trace_level
avrc_cb
All items filtered out
avrc_bld_get_caps_cmd()
BT_HDR::len
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