Searched refs:HCI_OP_SET_EVENT_FLT (Results 1 – 3 of 3) sorted by relevance
1076 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &f); in hci_req_clear_event_filter()1106 hci_req_add(req, HCI_OP_SET_EVENT_FLT, sizeof(f), &f); in hci_req_set_event_filter()
296 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
978 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro