Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c1067 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &f); in hci_req_clear_event_filter()
1097 hci_req_add(req, HCI_OP_SET_EVENT_FLT, sizeof(f), &f); in hci_req_set_event_filter()
Dhci_core.c296 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
/Linux-v5.10/include/net/bluetooth/
Dhci.h970 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro