Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dhci_sock.c168 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()
A Dhci_request.c989 f.flt_type = HCI_FLT_CLEAR_ALL; in hci_req_clear_event_filter()
1015 f.flt_type = HCI_FLT_CONN_SETUP; in hci_req_set_event_filter()
A Dhci_core.c152 __u8 flt_type; in bredr_setup() local
173 flt_type = HCI_FLT_CLEAR_ALL; in bredr_setup()
174 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
A Dhci_event.c418 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/linux/include/net/bluetooth/
A Dhci.h1019 __u8 flt_type; member

Completed in 39 milliseconds