bthset.c | 70 static void do_rfcomm(int, short, void *); 328 do_rfcomm(int fd, short ev, void *arg) function in typeref:typename:void 419 event_set(&rfcomm_ev, rf, EV_READ | EV_PERSIST, do_rfcomm, NULL); 514 event_set(&rfcomm_ev, rf, EV_READ | EV_PERSIST, do_rfcomm, NULL);
|