Home
last modified time | relevance | path

Searched refs:btif_config_section_next (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_config.h44 const btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *sectio…
/system/bt/btif/src/
Dbtif_storage.c443 …config_section_begin(); iter != btif_config_section_end(); iter = btif_config_section_next(iter)) { in btif_in_fetch_bonded_devices()
1326 …config_section_begin(); iter != btif_config_section_end(); iter = btif_config_section_next(iter)) { in btif_storage_load_bonded_hid_info()
Dbtif_config.c419 const btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *sectio… in btif_config_section_next() function