ESP-IDF
tAVRC_REG_NOTIF_RSP
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_REG_NOTIF_RSP
tAVRC_REG_NOTIF_RSP struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1260
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
event_id
;
tAVRC_NOTIF_RSP_PARAM
param
;
}
tAVRC_REG_NOTIF_RSP
;
Fields
Field
Declared as
tAVRC_REG_NOTIF_RSP::pdu
UINT8
tAVRC_REG_NOTIF_RSP::status
tAVRC_STS
tAVRC_REG_NOTIF_RSP::opcode
UINT8
tAVRC_REG_NOTIF_RSP::event_id
UINT8
tAVRC_REG_NOTIF_RSP::param
tAVRC_NOTIF_RSP_PARAM
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1260
}
tAVRC_REG_NOTIF_RSP
;
avrc_defs.h:1266
static
tAVRC_STS
avrc_bld_notify_rsp
(
tAVRC_REG_NOTIF_RSP
*
p_rsp
,
BT_HDR
*
p_pkt
)
avrc_bld_tg.c:508
avrc_bld_notify_rsp()
avrc_bld_notify_rsp()::p_rsp
}
tAVRC_REG_NOTIF_RSP
;
avrc_defs.h:1266
tAVRC_REG_NOTIF_RSP
tAVRC_REG_NOTIF_RSP
reg_notif
;
/* RegNotify */
avrc_defs.h:1345
tAVRC_RESPONSE
tAVRC_RESPONSE::reg_notif
memset
(
&
(
avrc_rsp
.
reg_notif
)
,
0
,
sizeof
(
tAVRC_REG_NOTIF_RSP
)
)
;
btc_avrc.c:1507
btc_avrc_tg_send_rn_rsp()
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::reg_notif
tAVRC_RESPONSE
avrc_defs.h:1345
avrc_bld_notify_rsp()::p_rsp
avrc_bld_notify_rsp()
avrc_bld_tg.c:508
Lifecycle
from
examples
All items filtered out
All items filtered out