Home | History | Annotate | Download | only in test

Lines Matching full:device

102 	printf("Pincode request for device %s\n", path);
149 printf("Passkey request for device %s\n", path);
196 printf("Confirmation request of %u for device %s\n", passkey, path);
420 const char *device)
433 dbus_message_append_args(msg, DBUS_TYPE_STRING, &device,
567 "\tagent [--adapter adapter-path] [--path agent-path] <passkey> [<device>]\n"
587 char *adapter_path = NULL, *agent_path = NULL, *device = NULL;
634 device = strdup(argv[1]);
655 if (device) {
657 capabilities, device) < 0) {
689 if (!__io_terminated && !device)