Searched refs:HCI_OP_SET_EVENT_FLT (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | hci_request.c | 1166 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()
|
| D | hci_event.c | 411 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()
|
| D | hci_core.c | 297 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
|
| /Linux-v5.15/include/net/bluetooth/ |
| D | hci.h | 980 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro
|