flt_type          922 include/net/bluetooth/hci.h 	__u8     flt_type;
flt_type          272 net/bluetooth/hci_core.c 	__u8 flt_type;
flt_type          293 net/bluetooth/hci_core.c 	flt_type = HCI_FLT_CLEAR_ALL;
flt_type          294 net/bluetooth/hci_core.c 	hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type);
flt_type          156 net/bluetooth/hci_sock.c 	int flt_type, flt_event;
flt_type          161 net/bluetooth/hci_sock.c 	flt_type = hci_skb_pkt_type(skb) & HCI_FLT_TYPE_BITS;
flt_type          163 net/bluetooth/hci_sock.c 	if (!test_bit(flt_type, &flt->type_mask))