ESP-IDF
tBTA_DM_SEARCH_CB::wait_disc
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_SEARCH_CB::wait_disc
tBTA_DM_SEARCH_CB::wait_disc field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1567
BOOLEAN
wait_disc
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
wait_disc
;
bta_dm_int.h:1567
bta_dm_search_cb
.
wait_disc
=
FALSE
;
bta_dm_act.c:2214
bta_dm_sdp_result()
if
(
!
bta_dm_search_cb
.
wait_disc
)
{
bta_dm_act.c:2316
bta_dm_search_result()
bta_dm_search_cb
.
wait_disc
=
FALSE
;
bta_dm_act.c:2345
bta_dm_search_timer_cback()
bta_dm_search_cb
.
wait_disc
=
FALSE
;
bta_dm_act.c:2758
bta_dm_discover_device()
bta_dm_search_cb
.
wait_disc
=
TRUE
;
bta_dm_act.c:2760
bta_dm_discover_device()
if
(
bta_dm_search_cb
.
wait_disc
&&
!
bdcmp
(
bta_dm_search_cb
.
peer_bdaddr
,
p_bda
)
)
{
bta_dm_act.c:3776
bta_dm_acl_change()
bta_dm_search_cb
.
wait_disc
=
FALSE
;
bta_dm_act.c:3777
bta_dm_acl_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_SEARCH_CB::wait_disc
is written by 4 functions and is read by 2 functions:
bta_dm_sdp_result()
bta_dm_search_timer_cback()
bta_dm_discover_device()
bta_dm_acl_change()
All items filtered out
tBTA_DM_SEARCH_CB::wait_disc
bta_dm_search_result()
bta_dm_acl_change()
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