ESP-IDF
tINQ_DB_ENT::inq_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
tINQ_DB_ENT::inq_count
tINQ_DB_ENT::inq_count field
Syntax
Show:
Summary
Declaration
from
btm_int.h:297
UINT32
inq_count
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
inq_count
;
/* "timestamps" the entry with a particular inquiry count */
btm_int.h:297
if
(
p_i
->
inq_count
!=
p_inq
->
inq_counter
)
{
btm_ble_gap.c:3378
btm_ble_update_inq_result()
p_i
->
inq_count
=
p_inq
->
inq_counter
;
/* Mark entry for current inquiry */
btm_ble_gap.c:3392
btm_ble_update_inq_result()
}
else
if
(
p_i
->
inq_count
!=
p_inq
->
inq_counter
)
{
/* first time seen in this inquiry */
btm_ble_gap.c:3769
btm_ble_process_adv_pkt_cont()
else
if
(
p_i
->
inq_count
==
p_inq
->
inq_counter
btm_inq.c:1914
btm_process_inq_results()
if
(
p_i
->
inq_count
!=
p_inq
->
inq_counter
)
{
btm_inq.c:1942
btm_process_inq_results()
if
(
p_i
->
inq_count
!=
p_inq
->
inq_counter
)
{
btm_inq.c:1948
btm_process_inq_results()
p_i
->
inq_count
=
p_inq
->
inq_counter
;
/* Mark entry for current inquiry */
btm_inq.c:1955
btm_process_inq_results()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tINQ_DB_ENT::inq_count
is written by 2 functions and is read by 3 functions:
btm_ble_update_inq_result()
btm_process_inq_results()
All items filtered out
tINQ_DB_ENT::inq_count
btm_ble_update_inq_result()
btm_ble_process_adv_pkt_cont()
btm_process_inq_results()
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