http://mulliner.org/bluetooth/xkbdbthid-0.1_src.tar.gz
[xkbdbthid.git] / xkbd-0.8.15_bthid / src / hidcd.h
1 /*
2  *  xkbd-bthid
3  *
4  *  Collin R. Mulliner <collin@betaversion.net>
5  *
6  *  http://www.mulliner.org/bluetooth/
7  *
8  *  License: GPL
9  *
10  */
11
12 int bthid(int ip);
13 int bthid_open();
14 int bthid_close();
15 int bthid_send(int key, int updown);
16 int bthid_process_keypress(button *active_but, int updown);