ESP-IDF
tAVRC_FRAG_CB
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_FRAG_CB
tAVRC_FRAG_CB struct
* Type definitions
Syntax
Show:
Summary
Declaration
from
avrc_int.h:102
typedef
struct
{
BT_HDR
*
p_fmsg
;
UINT8
frag_pdu
;
BOOLEAN
frag_enabled
;
}
tAVRC_FRAG_CB
;
Fields
Field
Declared as
tAVRC_FRAG_CB::p_fmsg
BT_HDR
*
tAVRC_FRAG_CB::frag_pdu
UINT8
tAVRC_FRAG_CB::frag_enabled
BOOLEAN
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_int.h:102
}
tAVRC_FRAG_CB
;
avrc_int.h:106
tAVRC_FRAG_CB
*
p_fcb
;
avrc_api.c:149
avrc_prep_end_frag()
tAVRC_FRAG_CB
*
p_fcb
;
avrc_api.c:189
avrc_send_continue_frag()
tAVRC_FRAG_CB
*
p_fcb
;
avrc_api.c:263
avrc_proc_vendor_command()
memset
(
&
avrc_cb
.
fcb
[
*
p_handle
]
,
0
,
sizeof
(
tAVRC_FRAG_CB
)
)
;
avrc_api.c:876
AVRC_Open()
tAVRC_FRAG_CB
*
p_fcb
;
avrc_api.c:934
AVRC_MsgReq()
}
tAVRC_FRAG_CB
;
avrc_int.h:106
tAVRC_FRAG_CB
tAVRC_FRAG_CB
fcb
[
AVCT_NUM_CONN
]
;
avrc_int.h:119
tAVRC_CB
tAVRC_CB::fcb
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_CB::fcb
tAVRC_CB
avrc_int.h:119
Lifecycle
from
examples
All items filtered out
All items filtered out