Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_sync.c3562 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync()
3569 flt_type == HCI_FLT_CLEAR_ALL ? in hci_set_event_filter_sync()
3586 return hci_set_event_filter_sync(hdev, HCI_FLT_CLEAR_ALL, 0x00, in hci_clear_event_filter_sync()
Dhci_event.c506 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/linux-6.6.21/include/net/bluetooth/
Dhci.h1130 #define HCI_FLT_CLEAR_ALL 0x00 macro