Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c3958 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync()
3965 flt_type == HCI_FLT_CLEAR_ALL ? in hci_set_event_filter_sync()
3982 return hci_set_event_filter_sync(hdev, HCI_FLT_CLEAR_ALL, 0x00, in hci_clear_event_filter_sync()
H A Dhci_event.c503 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/linux/include/net/bluetooth/
H A Dhci.h1144 #define HCI_FLT_CLEAR_ALL 0x00 macro