ESP-IDF
tAVRC_GET_PLAY_STATUS_RSP
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_PLAY_STATUS_RSP
tAVRC_GET_PLAY_STATUS_RSP struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1221
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT32
song_len
;
UINT32
song_pos
;
UINT8
play_status
;
}
tAVRC_GET_PLAY_STATUS_RSP
;
Fields
Field
Declared as
tAVRC_GET_PLAY_STATUS_RSP::pdu
UINT8
tAVRC_GET_PLAY_STATUS_RSP::status
tAVRC_STS
tAVRC_GET_PLAY_STATUS_RSP::opcode
UINT8
tAVRC_GET_PLAY_STATUS_RSP::song_len
UINT32
tAVRC_GET_PLAY_STATUS_RSP::song_pos
UINT32
tAVRC_GET_PLAY_STATUS_RSP::play_status
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1221
}
tAVRC_GET_PLAY_STATUS_RSP
;
avrc_defs.h:1228
static
tAVRC_STS
avrc_bld_get_play_status_rsp
(
tAVRC_GET_PLAY_STATUS_RSP
*
p_rsp
,
BT_HDR
*
p_pkt
)
avrc_bld_tg.c:480
avrc_bld_get_play_status_rsp()
avrc_bld_get_play_status_rsp()::p_rsp
}
tAVRC_GET_PLAY_STATUS_RSP
;
avrc_defs.h:1228
tAVRC_GET_PLAY_STATUS_RSP
tAVRC_GET_PLAY_STATUS_RSP
get_play_status
;
/* GetPlayStatus */
avrc_defs.h:1344
tAVRC_RESPONSE
tAVRC_RESPONSE::get_play_status
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_RESPONSE::get_play_status
tAVRC_RESPONSE
avrc_defs.h:1344
avrc_bld_get_play_status_rsp()::p_rsp
avrc_bld_get_play_status_rsp()
avrc_bld_tg.c:480
Lifecycle
from
examples
All items filtered out
All items filtered out