Lines Matching full:device
33 { "device", '\0', 0, G_OPTION_ARG_STRING, &option_device, "Only handle one device (default, all supported", NULL },
74 g_warning ("Getting the device Bluetooth address failed");
82 g_print ("Device Bluetooth address: %s\n", address);
155 g_warning ("Can't open device");
177 g_warning ("Can't get bdaddr from default device");
185 g_warning ("Can't get bdaddr from default device");
193 char *device;
196 device = get_bdaddr (devh, itfnum);
197 if (device == NULL) {
203 store_record(option_master, device, rec);
204 write_trust(option_master, device, "[all]", TRUE);
205 store_device_id(option_master, device, 0xffff, 0x054c, 0x0268, 0);
207 str2ba(device, &dst);
252 /* Find device(s) */