Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h551 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1080 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &f); in hci_req_clear_event_filter()
1110 hci_req_add(req, HCI_OP_SET_EVENT_FLT, sizeof(f), &f); in hci_req_set_event_filter()
H A Dhci_core.c296 hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type); in bredr_setup()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h978 #define HCI_OP_SET_EVENT_FLT 0x0c05 macro