Searched refs:HCI_LINK_POLICY_ENABLE_SNIFF_MODE (Results 1 – 3 of 3) sorted by relevance
509 if (opt_sniff > 0) val |= HCI_LINK_POLICY_ENABLE_SNIFF_MODE; in config_unit()510 if (opt_sniff < 0) val &= ~HCI_LINK_POLICY_ENABLE_SNIFF_MODE; in config_unit()673 if (val & HCI_LINK_POLICY_ENABLE_SNIFF_MODE) tag("sniff"); in print_info()
921 unit->hci_lmp_mask |= HCI_LINK_POLICY_ENABLE_SNIFF_MODE; in hci_cmd_read_local_features()
290 #define HCI_LINK_POLICY_ENABLE_SNIFF_MODE 0x0004 macro