Searched refs:HCI_OP_SET_EVENT_FLT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1138 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &f); in hci_req_clear_event_filter() 1168 hci_req_add(req, HCI_OP_SET_EVENT_FLT, sizeof(f), &f); in hci_req_set_event_filter()
|
H A D | hci_core.c | 296 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 978 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 260 /* When this quirk is set, HCI_OP_SET_EVENT_FLT requests with 1116 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 498 sent = hci_sent_cmd_data(hdev, HCI_OP_SET_EVENT_FLT); in hci_cc_set_event_filter() 4067 HCI_CC_STATUS(HCI_OP_SET_EVENT_FLT, hci_cc_set_event_filter),
|
H A D | hci_sync.c | 3574 return __hci_cmd_sync_status(hdev, HCI_OP_SET_EVENT_FLT, in hci_set_event_filter_sync() 3619 /* HCI_OP_SET_EVENT_FLT */
|
Completed in 38 milliseconds