Home | History | Annotate | Download | only in test

Lines Matching refs:device

105 	printf("Pincode request for device %s\n", path);
150 printf("Passkey request for device %s\n", path);
377 const char *device)
390 dbus_message_append_args(msg, DBUS_TYPE_STRING, &device,
524 "\tagent [--adapter adapter-path] [--path agent-path] <passkey> [<device>]\n"
543 char *adapter_path = NULL, *agent_path = NULL, *device = NULL;
587 device = strdup(argv[1]);
602 if (device) {
604 capabilities, device) < 0) {
636 if (!__io_terminated && !device)