ESP-IDF
ble_hs_resolv_data::rl_cnt
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
ble_hs_resolv_data::rl_cnt
ble_hs_resolv_data::rl_cnt field
Syntax
Show:
Summary
Declaration
from
ble_hs_resolv.c:41
uint8_t
rl_cnt
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rl_cnt
;
ble_hs_resolv.c:41
for
(
i
=
1
;
i
<
g_ble_hs_resolv_data
.
rl_cnt
;
++
i
)
{
ble_hs_resolv.c:502
ble_hs_is_on_resolv_list()
for
(
i
=
1
;
i
<
g_ble_hs_resolv_data
.
rl_cnt
;
++
i
)
{
ble_hs_resolv.c:527
ble_hs_resolv_list_find()
if
(
g_ble_hs_resolv_data
.
rl_cnt
>=
BLE_RESOLV_LIST_SIZE
)
{
ble_hs_resolv.c:559
ble_hs_resolv_list_add()
rl
=
&
g_ble_hs_resolv_list
[
g_ble_hs_resolv_data
.
rl_cnt
]
;
ble_hs_resolv.c:570
ble_hs_resolv_list_add()
++
(
g_ble_hs_resolv_data
.
rl_cnt
)
;
ble_hs_resolv.c:592
ble_hs_resolv_list_add()
BLE_HS_LOG
(
DEBUG
,
"Device added to RL, Resolving list count = %d\n"
,
g_ble_hs_resolv_data
.
rl_cnt
)
;
ble_hs_resolv.c:593
ble_hs_resolv_list_add()
(
g_ble_hs_resolv_data
.
rl_cnt
-
position
)
*
sizeof
(
struct
ble_hs_resolv.c:617
ble_hs_resolv_list_rmv()
--
g_ble_hs_resolv_data
.
rl_cnt
;
ble_hs_resolv.c:619
ble_hs_resolv_list_rmv()
g_ble_hs_resolv_data
.
rl_cnt
=
0
;
ble_hs_resolv.c:639
ble_hs_resolv_list_clear_all()
for
(
i
=
1
;
i
<
g_ble_hs_resolv_data
.
rl_cnt
;
++
i
)
{
ble_hs_resolv.c:731
ble_hs_resolv_rpa_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_resolv_data::rl_cnt
is written by 2 functions and is read by 5 functions:
ble_hs_resolv_list_rmv()
ble_hs_resolv_list_clear_all()
All items filtered out
ble_hs_resolv_data::rl_cnt
ble_hs_is_on_resolv_list()
ble_hs_resolv_list_find()
ble_hs_resolv_list_add()
ble_hs_resolv_list_rmv()
ble_hs_resolv_rpa_addr()
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