Home
last modified time | relevance | path

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

/net/bluetooth/
Dhci_sock.c167 int flt_type, flt_event; in is_filtered_packet() local
172 flt_type = hci_skb_pkt_type(skb) & HCI_FLT_TYPE_BITS; in is_filtered_packet()
174 if (!test_bit(flt_type, &flt->type_mask)) in is_filtered_packet()
Dhci_request.c1165 f.flt_type = HCI_FLT_CLEAR_ALL; in hci_req_clear_event_filter()
1191 f.flt_type = HCI_FLT_CONN_SETUP; in hci_req_set_event_filter()
Dhci_core.c275 __u8 flt_type; in bredr_setup() local
296 flt_type = HCI_FLT_CLEAR_ALL; in bredr_setup()
297 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
Dhci_event.c419 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()