do_rfcomm
event_set(&rfcomm_ev, rf, EV_READ | EV_PERSIST, do_rfcomm, NULL);
static void do_rfcomm(int, short, void *);