ESP-IDF
tAVDT_EVT_HDR::ccb_idx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::ccb_idx
tAVDT_EVT_HDR::ccb_idx field
Syntax
Show:
Summary
Declaration
from
avdt_api.h:291
UINT8
ccb_idx
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ccb_idx
;
/* For internal use only */
avdt_api.h:291
evt
.
msg
.
config_cmd
.
hdr
.
ccb_idx
=
avdt_ccb_to_idx
(
p_ccb
)
;
avdt_api.c:542
AVDT_OpenReq()
msg
.
hdr
.
ccb_idx
=
avdt_ccb_to_idx
(
p_ccb
)
;
avdt_ccb_act.c:696
avdt_ccb_cmd_fail()
msg
.
hdr
.
ccb_idx
=
avdt_ccb_to_idx
(
p_ccb
)
;
avdt_msg.c:1643
avdt_msg_ind()
p_scb
->
p_ccb
=
avdt_ccb_by_idx
(
p_data
->
msg
.
config_cmd
.
hdr
.
ccb_idx
)
;
avdt_scb_act.c:795
avdt_scb_hdl_setconfig_cmd()
avdt_ccb_event
(
avdt_ccb_by_idx
(
p_data
->
msg
.
hdr
.
ccb_idx
)
,
AVDT_CCB_UL_CLOSE_EVT
,
NULL
)
;
avdt_scb_act.c:824
avdt_scb_hdl_setconfig_rej()
avdt_msg_send_rsp
(
avdt_ccb_by_idx
(
p_data
->
msg
.
hdr
.
ccb_idx
)
,
AVDT_SIG_ABORT
,
avdt_scb_act.c:1439
avdt_scb_snd_abort_rsp()
p_scb
->
p_ccb
=
avdt_ccb_by_idx
(
p_data
->
msg
.
config_cmd
.
hdr
.
ccb_idx
)
;
avdt_scb_act.c:1703
avdt_scb_snd_setconfig_req()
avdt_msg_send_rej
(
avdt_ccb_by_idx
(
p_data
->
msg
.
hdr
.
ccb_idx
)
,
avdt_scb_act.c:1823
avdt_scb_rej_state()
avdt_msg_send_rej
(
avdt_ccb_by_idx
(
p_data
->
msg
.
hdr
.
ccb_idx
)
,
avdt_scb_act.c:1843
avdt_scb_rej_in_use()
avdt_msg_send_rej
(
avdt_ccb_by_idx
(
p_data
->
msg
.
hdr
.
ccb_idx
)
,
avdt_scb_act.c:1863
avdt_scb_rej_not_in_use()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_EVT_HDR::ccb_idx
is written by 3 functions and is read by 7 functions:
AVDT_OpenReq()
avdt_ccb_cmd_fail()
avdt_msg_ind()
All items filtered out
tAVDT_EVT_HDR::ccb_idx
avdt_scb_hdl_setconfig_cmd()
avdt_scb_hdl_setconfig_rej()
avdt_scb_snd_abort_rsp()
avdt_scb_snd_setconfig_req()
avdt_scb_rej_state()
avdt_scb_rej_in_use()
avdt_scb_rej_not_in_use()
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