Searched refs:profiles_removed (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
H A Ddevice.c101 GSList *profiles_removed; member in struct:browse_req
195 g_slist_free(req->profiles_removed);
1356 req->profiles_removed =
1357 g_slist_remove(req->profiles_removed,
1405 if (!req->profiles_added && !req->profiles_removed) {
1415 if (req->profiles_removed)
1416 device_remove_drivers(device, req->profiles_removed);
1497 req->profiles_removed = g_slist_append(req->profiles_removed,

Completed in 43 milliseconds