Lines Matching refs:section
457 for (const section_t& section : btif_config_sections()) { in btif_in_fetch_bonded_devices() local
458 const std::string& name = section.name; in btif_in_fetch_bonded_devices()
880 for (const section_t& section : btif_config_sections()) { in remove_devices_with_sample_ltk() local
881 const std::string& name = section.name; in remove_devices_with_sample_ltk()
1373 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hid_info() local
1374 const std::string& name = section.name; in btif_storage_load_bonded_hid_info()
1521 for (const section_t& section : btif_config_sections()) { in btif_storage_load_bonded_hearing_aids() local
1522 const std::string& name = section.name; in btif_storage_load_bonded_hearing_aids()
1719 for (const section_t& section : btif_config_sections()) { in btif_storage_load_hidd() local
1720 const std::string& name = section.name; in btif_storage_load_hidd()
1750 for (const section_t& section : btif_config_sections()) { in btif_storage_set_hidd() local
1751 if (!RawAddress::IsValidAddress(section.name)) continue; in btif_storage_set_hidd()
1752 if (section.name == remote_device_address_string) continue; in btif_storage_set_hidd()
1753 if (btif_in_fetch_bonded_device(section.name) == BT_STATUS_SUCCESS) { in btif_storage_set_hidd()
1754 btif_config_remove(section.name, "HidDeviceCabled"); in btif_storage_set_hidd()