ESP-IDF
tAVDT_EVT_HDR::label
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
tAVDT_EVT_HDR::label
tAVDT_EVT_HDR::label field
Syntax
Show:
Summary
Declaration
from
avdt_api.h:288
UINT8
label
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
label
;
/* Transaction label */
avdt_api.h:288
evt
.
msg
.
hdr
.
label
=
label
;
avdt_api.c:583
AVDT_ConfigRsp()
evt
.
msg
.
hdr
.
label
=
label
;
avdt_api.c:783
AVDT_ReconfigRsp()
evt
.
msg
.
security_rsp
.
hdr
.
label
=
label
;
avdt_api.c:851
AVDT_SecurityRsp()
AVDT_BLD_LAYERSPEC
(
p_buf
->
layer_specific
,
AVDT_MSG_TYPE_RSP
,
p_params
->
hdr
.
label
)
;
avdt_msg.c:1487
avdt_msg_send_rsp()
AVDT_BLD_LAYERSPEC
(
p_buf
->
layer_specific
,
AVDT_MSG_TYPE_REJ
,
p_params
->
hdr
.
label
)
;
avdt_msg.c:1547
avdt_msg_send_rej()
AVDT_BLD_LAYERSPEC
(
p_buf
->
layer_specific
,
AVDT_MSG_TYPE_GRJ
,
p_params
->
hdr
.
label
)
;
avdt_msg.c:1590
avdt_msg_send_grej()
msg
.
hdr
.
label
=
label
;
avdt_msg.c:1642
avdt_msg_ind()
p_scb
->
avdt_label
=
p_data
->
str_msg
.
msg
.
hdr
.
label
;
bta_av_aact.c:1118
bta_av_config_ind()
p_scb
->
avdt_label
=
p_data
->
str_msg
.
msg
.
hdr
.
label
;
bta_av_aact.c:1467
bta_av_security_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_EVT_HDR::label
is written by 4 functions and is read by 5 functions:
AVDT_ConfigRsp()
AVDT_ReconfigRsp()
AVDT_SecurityRsp()
avdt_msg_ind()
All items filtered out
tAVDT_EVT_HDR::label
bta_av_config_ind()
bta_av_security_ind()
avdt_msg_send_rsp()
avdt_msg_send_rej()
avdt_msg_send_grej()
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