ESP-IDF
tAVRC_NEXT_CMD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVRC_NEXT_CMD
tAVRC_NEXT_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1129
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
target_pdu
;
}
tAVRC_NEXT_CMD
;
Fields
Field
Declared as
tAVRC_NEXT_CMD::pdu
UINT8
tAVRC_NEXT_CMD::status
tAVRC_STS
tAVRC_NEXT_CMD::opcode
UINT8
tAVRC_NEXT_CMD::target_pdu
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1129
}
tAVRC_NEXT_CMD
;
avrc_defs.h:1134
tAVRC_NEXT_CMD
avrc_cmd
;
avrc_api.c:366
avrc_proc_far_msg()
static
tAVRC_STS
avrc_bld_next_cmd
(
tAVRC_NEXT_CMD
*
p_cmd
,
BT_HDR
*
p_pkt
)
avrc_bld_ct.c:43
avrc_bld_next_cmd()
avrc_bld_next_cmd()::p_cmd
}
tAVRC_NEXT_CMD
;
avrc_defs.h:1134
tAVRC_NEXT_CMD
tAVRC_NEXT_CMD
continu
;
/* Continue */
avrc_defs.h:1151
tAVRC_COMMAND
tAVRC_COMMAND::continu
tAVRC_NEXT_CMD
abort
;
/* Abort */
avrc_defs.h:1152
tAVRC_COMMAND
tAVRC_COMMAND::abort
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::continu
tAVRC_COMMAND
avrc_defs.h:1151
tAVRC_COMMAND::abort
tAVRC_COMMAND
avrc_defs.h:1152
avrc_bld_next_cmd()::p_cmd
avrc_bld_next_cmd()
avrc_bld_ct.c:43
Lifecycle
from
examples
All items filtered out
All items filtered out