Home
last modified time | relevance | path

Searched refs:probe_uuids (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
Ddevice.c1214 GSList *probe_uuids; in device_probe_drivers() local
1216 probe_uuids = device_match_driver(device, driver, profiles); in device_probe_drivers()
1218 if (!probe_uuids) in device_probe_drivers()
1221 err = driver->probe(device, probe_uuids); in device_probe_drivers()
1225 g_slist_free(probe_uuids); in device_probe_drivers()
1230 g_slist_free(probe_uuids); in device_probe_drivers()