ESP-IDF
tAVRC_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_CB
tAVRC_CB struct
Syntax
Show:
Summary
Declaration
from
avrc_int.h:116
typedef
struct
{
tAVRC_CONN_CB
ccb
[
AVCT_NUM_CONN
]
;
#if
(
AVRC_METADATA_INCLUDED
==
TRUE
)
tAVRC_FRAG_CB
fcb
[
AVCT_NUM_CONN
]
;
tAVRC_RASM_CB
rcb
[
AVCT_NUM_CONN
]
;
#endif
tAVRC_FIND_CBACK
*
p_cback
;
tSDP_DISCOVERY_DB
*
p_db
;
UINT16
service_uuid
;
UINT8
trace_level
;
}
tAVRC_CB
;
Fields
Field
Declared as
tAVRC_CB::ccb
tAVRC_CONN_CB
[
AVCT_NUM_CONN
]
tAVRC_CB::fcb
tAVRC_FRAG_CB
[
AVCT_NUM_CONN
]
tAVRC_CB::rcb
tAVRC_RASM_CB
[
AVCT_NUM_CONN
]
tAVRC_CB::p_cback
tAVRC_FIND_CBACK
*
tAVRC_CB::p_db
tSDP_DISCOVERY_DB
*
tAVRC_CB::service_uuid
UINT16
tAVRC_CB::trace_level
UINT8
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out