HomeSort by: relevance | last modified time | path
    Searched defs:do_rfcomm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/bthset/
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);
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);

Completed in 21 milliseconds