Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A 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()
H A Dhci_request.c1137 f.flt_type = HCI_FLT_CLEAR_ALL; in hci_req_clear_event_filter()
1163 f.flt_type = HCI_FLT_CONN_SETUP; in hci_req_set_event_filter()
H A Dhci_core.c274 __u8 flt_type; in bredr_setup() local
295 flt_type = HCI_FLT_CLEAR_ALL; in bredr_setup()
296 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
/kernel/linux/linux-6.6/net/bluetooth/
H 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()
H A Dhci_sync.c3553 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync() argument
3566 cp.flt_type = flt_type; in hci_set_event_filter_sync()
3568 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync()
3575 flt_type == HCI_FLT_CLEAR_ALL ? in hci_set_event_filter_sync()
3576 sizeof(cp.flt_type) : sizeof(cp), &cp, in hci_set_event_filter_sync()
H A Dhci_event.c504 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h981 __u8 flt_type; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h1119 __u8 flt_type; member

Completed in 41 milliseconds