Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sock.c118 int flt_type, flt_event; in is_filtered_packet() local
124 flt_type = 0; in is_filtered_packet()
126 flt_type = bt_cb(skb)->pkt_type & HCI_FLT_TYPE_BITS; in is_filtered_packet()
128 if (!test_bit(flt_type, &flt->type_mask)) in is_filtered_packet()
Dhci_core.c410 __u8 flt_type; in bredr_setup() local
431 flt_type = HCI_FLT_CLEAR_ALL; in bredr_setup()
432 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
/linux-4.1.27/include/net/bluetooth/
Dhci.h858 __u8 flt_type; member