ESP-IDF
tBTA_AV_API_VENDOR
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
tBTA_AV_API_VENDOR
tBTA_AV_API_VENDOR struct
Syntax
Show:
Summary
Declaration
from
bta_av_int.h:252
typedef
struct
{
BT_HDR
hdr
;
tAVRC_MSG_VENDOR
msg
;
UINT8
label
;
}
tBTA_AV_API_VENDOR
;
Fields
Field
Declared as
tBTA_AV_API_VENDOR::hdr
BT_HDR
tBTA_AV_API_VENDOR::msg
tAVRC_MSG_VENDOR
tBTA_AV_API_VENDOR::label
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_av_int.h:252
}
tBTA_AV_API_VENDOR
;
bta_av_int.h:256
tBTA_AV_API_VENDOR
*
p_buf
;
bta_av_api.c:454
BTA_AvVendorCmd()
if
(
(
p_buf
=
(
tBTA_AV_API_VENDOR
*
)
osi_malloc
(
(
UINT16
)
(
sizeof
(
tBTA_AV_API_VENDOR
)
+
len
)
)
)
!=
NULL
)
{
bta_av_api.c:456
BTA_AvVendorCmd()
tBTA_AV_API_VENDOR
*
p_buf
;
bta_av_api.c:489
BTA_AvVendorRsp()
if
(
(
p_buf
=
(
tBTA_AV_API_VENDOR
*
)
osi_malloc
(
(
UINT16
)
(
sizeof
(
tBTA_AV_API_VENDOR
)
+
len
)
)
)
!=
NULL
)
{
bta_av_api.c:491
BTA_AvVendorRsp()
}
tBTA_AV_API_VENDOR
;
bta_av_int.h:256
tBTA_AV_API_VENDOR
tBTA_AV_API_VENDOR
api_vendor
;
bta_av_int.h:434
tBTA_AV_DATA
tBTA_AV_DATA::api_vendor
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
tBTA_AV_DATA::api_vendor
tBTA_AV_DATA
bta_av_int.h:434
Lifecycle
from
examples
All items filtered out
All items filtered out