Searched refs:hci_ev (Results 1 – 1 of 1) sorted by relevance
71 static struct event hci_ev; variable111 event_set(&hci_ev, hci, EV_READ | EV_PERSIST, process_hci, NULL); in init_hci()112 if (event_add(&hci_ev, NULL) < 0) { in init_hci()