Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.c1166 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &f); in hci_req_clear_event_filter()
1196 hci_req_add(req, HCI_OP_SET_EVENT_FLT, sizeof(f), &f); in hci_req_set_event_filter()
Dhci_event.c411 sent = hci_sent_cmd_data(hdev, HCI_OP_SET_EVENT_FLT); in hci_cc_set_event_filter()
3410 case HCI_OP_SET_EVENT_FLT: in hci_cmd_complete_evt()
Dhci_core.c297 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
/Linux-v5.15/include/net/bluetooth/
Dhci.h980 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro