Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDhost_controller_baseband.c665 rp.page_scan_window = le16toh(rp.page_scan_window); in hci_read_page_scan_activity()
670 rp.page_scan_window * 0.625, rp.page_scan_window); in hci_read_page_scan_activity()
696 cp.page_scan_window = (uint16_t) n; in hci_write_page_scan_activity()
698 if (cp.page_scan_window > cp.page_scan_interval) in hci_write_page_scan_activity()
702 cp.page_scan_window = htole16(cp.page_scan_window); in hci_write_page_scan_activity()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h1047 u_int16_t page_scan_window; /* window * 0.625 msec */ member
1053 u_int16_t page_scan_window; /* window * 0.625 msec */ member