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

/external/bluetooth/bluez/test/
H A Dlist-devices50 device_list = properties["Devices"] variable
52 device_list = [] variable
54 for n in device_list:
/external/bluetooth/bluez/tools/
H A Ddfubabel.c95 static struct device_id device_list[] = { variable in typeref:struct:device_id
104 for (i = 0; device_list[i].func; i++) {
105 if (vendor == device_list[i].vendor &&
106 product == device_list[i].product)
107 return &device_list[i];
H A Davctrl.c122 static struct device_id device_list[] = { variable in typeref:struct:device_id
131 for (i = 0; device_list[i].func; i++) {
132 if (vendor == device_list[i].vendor &&
133 product == device_list[i].product)
134 return &device_list[i];
/external/bluetooth/bluez/cups/
H A Dmain.c52 static GSList *device_list = NULL; variable
220 for (l = device_list; l != NULL; l = l->next) {
240 device_list = g_slist_prepend(device_list, device);
399 g_slist_free(device_list);
400 device_list = NULL;
409 for (l = device_list; l != NULL; l = l->next) {
416 device_list = g_slist_delete_link(device_list, l);

Completed in 565 milliseconds