ESP-IDF
btc_config_section_end()
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
btc_config_section_end()
btc_config_section_end() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_config.h:36
const
btc_config_section_iter_t
*
btc_config_section_end
(
void
)
;
Implemented in
btc_config.c:275
Examples
References
from
examples
Code
Location
Referrer
const
btc_config_section_iter_t
*
btc_config_section_end
(
void
)
btc_config.c:275
const
btc_config_section_iter_t
*
btc_config_section_end
(
void
)
;
btc_config.h:36
while
(
iter
!=
btc_config_section_end
(
)
)
{
btc_ble_storage.c:29
_btc_storage_save()
while
(
need_remove_iter
!=
btc_config_section_end
(
)
)
{
btc_ble_storage.c:63
_btc_storage_save()
while
(
iter
!=
btc_config_section_end
(
)
)
{
btc_ble_storage.c:249
btc_storage_remove_unused_sections()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_ble_storage.c:315
btc_storage_delete_duplicate_ble_devices()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_ble_storage.c:961
btc_storage_get_bonded_ble_devices_list()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_ble_storage.c:1020
btc_storage_get_num_ble_bond_devices()
while
(
iter
!=
btc_config_section_end
(
)
)
{
btc_storage.c:47
btc_storage_add_bonded_device()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
iter
=
btc_config_section_next
(
iter
)
)
{
btc_storage.c:138
btc_in_fetch_bonded_devices()
while
(
remove_iter
!=
btc_config_section_end
(
)
)
{
btc_storage.c:160
btc_in_fetch_bonded_devices()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_storage.c:282
btc_storage_get_num_bt_bond_devices()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_storage.c:314
btc_storage_get_bonded_bt_devices_list()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_storage.c:395
btc_storage_load_bonded_hid_info()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_storage.c:525
btc_storage_load_hidd()
for
(
const
btc_config_section_iter_t
*
iter
=
btc_config_section_begin
(
)
;
iter
!=
btc_config_section_end
(
)
;
btc_storage.c:594
btc_storage_get_num_all_bond_devices()
Call Tree
from
examples
btc_config_section_end()
is called by 12 functions and calls 2 functions:
_btc_storage_save()
btc_storage_remove_unused_sections()
btc_storage_delete_duplicate_ble_devices()
btc_storage_get_bonded_ble_devices_list()
btc_storage_get_num_ble_bond_devices()
btc_storage_add_bonded_device()
btc_in_fetch_bonded_devices()
btc_storage_get_num_bt_bond_devices()
btc_storage_get_bonded_bt_devices_list()
btc_storage_load_bonded_hid_info()
btc_storage_load_hidd()
btc_storage_get_num_all_bond_devices()
All items filtered out
btc_config_section_end()
__assert_func()
config_section_end()
All items filtered out
Data Use
from
examples
btc_config_section_end()
reads 1 variable:
config
All items filtered out
btc_config_section_end()
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