Lines Matching refs:inquiry
623 inquiry-command.
963 status = inquiry (pss);
967 "%s: error in inquiry command: %s\n",
989 /* send inquiry command again, wait for scanner to initialize */
1008 /* run "real" inquiry command once again for option initialization */
1009 status = inquiry (pss);
1010 CHECK_STATUS (status, me, "inquiry after firmware upload");
1692 status = inquiry(pss);
1693 CHECK_STATUS (status, me, "inquiry");
1721 /* now perform an inquiry again to retrieve the scan speed */
1722 status = inquiry(pss);
1723 CHECK_STATUS (status, me, "inquiry");
2619 * the inquiry command automatically retrieves window parameters into
2627 * Fixed a stupid bug in the #defines for the inquiry command, pointed out