Lines Matching refs:nf
993 struct hci_filter nf, of;
1002 hci_filter_clear(&nf);
1003 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
1004 hci_filter_set_event(EVT_CMD_STATUS, &nf);
1005 hci_filter_set_event(EVT_CMD_COMPLETE, &nf);
1006 hci_filter_set_event(r->event, &nf);
1007 hci_filter_set_opcode(opcode, &nf);
1008 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0)