Searched refs:btif_config_sections (Results 1 – 3 of 3) sorted by relevance
55 std::list<section_t>& btif_config_sections();
457 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()
480 std::list<section_t>& btif_config_sections() { return config->sections; } in btif_config_sections() function