Searched refs:flt_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/bluetooth/
H A Dhci_sock.c168 int flt_type, flt_event; local
173 flt_type = hci_skb_pkt_type(skb) & HCI_FLT_TYPE_BITS;
175 if (!test_bit(flt_type, &flt->type_mask))
H A Dhci_sync.c3605 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, argument
3618 cp.flt_type = flt_type;
3620 if (flt_type != HCI_FLT_CLEAR_ALL) {
3627 flt_type == HCI_FLT_CLEAR_ALL ?
3628 sizeof(cp.flt_type) : sizeof(cp), &cp,
H A Dhci_event.c500 if (cp->flt_type == HCI_FLT_CLEAR_ALL)
/linux-master/include/net/bluetooth/
H A Dhci.h1065 __u8 flt_type; member in struct:hci_cp_set_event_filter

Completed in 277 milliseconds