HomeSort by relevance Sort by last modified time
    Searched defs:device_list (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/test/
list-devices 50 device_list = properties["Devices"] variable
52 device_list = [] variable
54 for n in device_list:
  /external/bluetooth/bluez/tools/
dfubabel.c 95 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];
avctrl.c 122 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/
main.c 52 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 66 milliseconds