ESP-IDF
tAVRC_GET_CAPS_CMD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVRC_GET_CAPS_CMD
tAVRC_GET_CAPS_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:949
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
capability_id
;
}
tAVRC_GET_CAPS_CMD
;
Fields
Field
Declared as
tAVRC_GET_CAPS_CMD::pdu
UINT8
tAVRC_GET_CAPS_CMD::status
tAVRC_STS
tAVRC_GET_CAPS_CMD::opcode
UINT8
tAVRC_GET_CAPS_CMD::capability_id
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:949
}
tAVRC_GET_CAPS_CMD
;
avrc_defs.h:954
static
tAVRC_STS
avrc_bld_get_caps_cmd
(
tAVRC_GET_CAPS_CMD
*
p_cmd
,
BT_HDR
*
p_pkt
)
avrc_bld_ct.c:240
avrc_bld_get_caps_cmd()
avrc_bld_get_caps_cmd()::p_cmd
}
tAVRC_GET_CAPS_CMD
;
avrc_defs.h:954
tAVRC_GET_CAPS_CMD
tAVRC_GET_CAPS_CMD
get_caps
;
/* GetCapability */
avrc_defs.h:1139
tAVRC_COMMAND
tAVRC_COMMAND::get_caps
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tAVRC_COMMAND::get_caps
tAVRC_COMMAND
avrc_defs.h:1139
avrc_bld_get_caps_cmd()::p_cmd
avrc_bld_get_caps_cmd()
avrc_bld_ct.c:240
Lifecycle
from
examples
All items filtered out
All items filtered out