Home | History | Annotate | Download | only in tools

Lines Matching full:scan

146 		fprintf(stderr, "Can't set scan mode on hci%d: %s (%d)\n",
1162 fprintf(stderr, "Can't set inquiry scan type on hci%d: %s (%d)\n",
1170 fprintf(stderr, "Can't read inquiry scan type on hci%d: %s (%d)\n",
1176 printf("\tInquiry scan type: %s\n",
1177 type == 1 ? "Interlaced Inquiry Scan" : "Standard Inquiry Scan");
1640 { "piscan", cmd_scan, 0, "Enable Page and Inquiry scan" },
1641 { "noscan", cmd_scan, 0, "Disable scan" },
1642 { "iscan", cmd_scan, 0, "Enable Inquiry scan" },
1643 { "pscan", cmd_scan, 0, "Enable Page scan" },
1654 { "inqtype", cmd_inq_type, "[type]", "Get/Set inquiry scan type" },
1655 { "inqparms", cmd_inq_parms, "[win:int]", "Get/Set inquiry scan window and interval" },
1656 { "pageparms", cmd_page_parms, "[win:int]", "Get/Set page scan window and interval" },