ESP-IDF
tBTA_DM_CB::cur_av_count
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_DM_CB::cur_av_count
tBTA_DM_CB::cur_av_count field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1510
UINT8
cur_av_count
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
cur_av_count
;
/* current AV connections */
bta_dm_int.h:1510
APPL_TRACE_EVENT
(
"bta_dm_check_av:%d"
,
bta_dm_cb
.
cur_av_count
)
;
bta_dm_act.c:3592
bta_dm_check_av()
if
(
bta_dm_cb
.
cur_av_count
)
{
bta_dm_act.c:3593
bta_dm_check_av()
bta_dm_cb
.
cur_av_count
=
bta_dm_get_av_count
(
)
;
bta_dm_act.c:3905
bta_dm_rm_cback()
bta_dm_cb
.
cur_av_count
=
bta_dm_get_av_count
(
)
;
bta_dm_act.c:3914
bta_dm_rm_cback()
APPL_TRACE_EVENT
(
"bta_dm_rm_cback:%d, status:%d"
,
bta_dm_cb
.
cur_av_count
,
status
)
;
bta_dm_act.c:3917
bta_dm_rm_cback()
(
bta_dm_cb
.
cur_av_count
&&
br_count
>
1
)
)
{
bta_dm_act.c:4012
bta_dm_adjust_roles()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_CB::cur_av_count
is written by 1 function and is read by 3 functions:
bta_dm_rm_cback()
All items filtered out
tBTA_DM_CB::cur_av_count
bta_dm_check_av()
bta_dm_rm_cback()
bta_dm_adjust_roles()
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