diff options
Diffstat (limited to 'input/device.h')
| -rw-r--r-- | input/device.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/input/device.h b/input/device.h index b156b985..b3316841 100644 --- a/input/device.h +++ b/input/device.h @@ -20,6 +20,8 @@   *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA   *   */ +#define L2CAP_PSM_HIDP_CTRL		0x11 +#define L2CAP_PSM_HIDP_INTR		0x13  int input_device_register(DBusConnection *conn, bdaddr_t *src, bdaddr_t *dst,  				struct hidp_connadd_req *hidp, const char **ppath); @@ -29,3 +31,5 @@ int input_device_unregister(DBusConnection *conn, const char *path);  int input_device_get_bdaddr(DBusConnection *conn, const char *path,  						bdaddr_t *src, bdaddr_t *dst); +int l2cap_connect(bdaddr_t *src, bdaddr_t *dst, +		unsigned short psm, GIOFunc cb, void *data);  | 
