Home
last modified time | relevance | path

Searched refs:opt_pscan (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.sbin/btconfig/
H A Dbtconfig.c116 static int opt_pscan = 0; variable
169 { "pscan", P_SET, &opt_pscan, NULL },
170 { "-pscan", P_CLR, &opt_pscan, NULL },
525 if (opt_pscan || opt_iscan) { in config_unit()
529 if (opt_pscan > 0) val |= HCI_PAGE_SCAN_ENABLE; in config_unit()
530 if (opt_pscan < 0) val &= ~HCI_PAGE_SCAN_ENABLE; in config_unit()