Searched refs:flt_type (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sock.c | 168 int flt_type, flt_event; in is_filtered_packet() local 173 flt_type = hci_skb_pkt_type(skb) & HCI_FLT_TYPE_BITS; in is_filtered_packet() 175 if (!test_bit(flt_type, &flt->type_mask)) in is_filtered_packet()
|
| H A D | hci_sync.c | 3813 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync() 3826 cp.flt_type = flt_type; in hci_set_event_filter_sync() 3828 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync() 3835 flt_type == HCI_FLT_CLEAR_ALL ? in hci_clear_event_filter_sync() 3836 sizeof(cp.flt_type) : sizeof(cp), &cp, in hci_clear_event_filter_sync() 3803 hci_set_event_filter_sync(struct hci_dev * hdev,u8 flt_type,u8 cond_type,bdaddr_t * bdaddr,u8 auto_accept) hci_set_event_filter_sync() argument
|
| H A D | hci_event.c | 501 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1136 __u8 flt_type; member
|