adapter.c | 111 GSList *found_devices; member in struct:btd_adapter 221 if (!adapter->found_devices) 224 g_slist_foreach(adapter->found_devices, (GFunc) dev_info_free, NULL); 225 g_slist_free(adapter->found_devices); 226 adapter->found_devices = NULL; [all...] |