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

/external/bluetooth/bluez/src/
H A Ddevice.c100 GSList *profiles_removed; member in struct:browse_req
162 g_slist_free(req->profiles_removed);
1398 req->profiles_removed =
1399 g_slist_remove(req->profiles_removed,
1502 if (!req->profiles_added && !req->profiles_removed) {
1520 if (req->profiles_removed)
1521 device_remove_drivers(device, req->profiles_removed);
1610 req->profiles_removed = g_slist_append(req->profiles_removed,

Completed in 44 milliseconds