Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_sync.c3735 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync()
3742 flt_type == HCI_FLT_CLEAR_ALL ? in hci_set_event_filter_sync()
3759 return hci_set_event_filter_sync(hdev, HCI_FLT_CLEAR_ALL, 0x00, in hci_clear_event_filter_sync()
H A Dhci_event.c497 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/linux-6.15/include/net/bluetooth/
H A Dhci.h1133 #define HCI_FLT_CLEAR_ALL 0x00 macro