Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h55 std::list<section_t>& btif_config_sections();
/system/bt/btif/src/
Dbtif_storage.cc457 for (const section_t& section : btif_config_sections()) { in btif_in_fetch_bonded_devices()
880 for (const section_t& section : btif_config_sections()) { in remove_devices_with_sample_ltk()
1373 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hid_info()
1521 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hearing_aids()
1719 for (const section_t& section : btif_config_sections()) { in btif_storage_load_hidd()
1750 for (const section_t& section : btif_config_sections()) { in btif_storage_set_hidd()
Dbtif_config.cc480 std::list<section_t>& btif_config_sections() { return config->sections; } in btif_config_sections() function