Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3550 if (flt_type != HCI_FLT_CLEAR_ALL) { in hci_set_event_filter_sync()
3557 flt_type == HCI_FLT_CLEAR_ALL ? in hci_set_event_filter_sync()
3574 return hci_set_event_filter_sync(hdev, HCI_FLT_CLEAR_ALL, 0x00, in hci_clear_event_filter_sync()
H A Dhci_event.c504 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1071 #define HCI_FLT_CLEAR_ALL 0x00 macro