ESP-IDF
tBTM_INQUIRY_VAR_ST::pending_filt_complete_event
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
tBTM_INQUIRY_VAR_ST::pending_filt_complete_event
tBTM_INQUIRY_VAR_ST::pending_filt_complete_event field
Syntax
Show:
Summary
Declaration
from
btm_int.h:363
UINT8
pending_filt_complete_event
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pending_filt_complete_event
;
/* to take care of btm_event_filter_complete corresponding to */
btm_int.h:363
p_inq
->
pending_filt_complete_event
++
;
btm_inq.c:564
BTM_CancelPeriodicInquiry()
p_inq
->
pending_filt_complete_event
++
;
btm_inq.c:743
BTM_CancelInquiry()
p_inq
->
pending_filt_complete_event
=
0
;
btm_inq.c:1312
btm_inq_db_reset()
if
(
p_inq
->
pending_filt_complete_event
)
{
btm_inq.c:1666
btm_event_filter_complete()
p_inq
->
pending_filt_complete_event
--
;
btm_inq.c:1667
btm_event_filter_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_INQUIRY_VAR_ST::pending_filt_complete_event
is written by 4 functions and is read by 3 functions:
BTM_CancelPeriodicInquiry()
BTM_CancelInquiry()
btm_inq_db_reset()
btm_event_filter_complete()
All items filtered out
tBTM_INQUIRY_VAR_ST::pending_filt_complete_event
BTM_CancelPeriodicInquiry()
BTM_CancelInquiry()
btm_event_filter_complete()
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