Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
core.c File Reference
#include <linux/module.h>
#include <linux/file.h>
#include <linux/kthread.h>
#include <linux/hidraw.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>
#include "hidp.h"

Go to the source code of this file.

Macros

#define VERSION   "1.2"
 

Functions

int hidp_add_connection (struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock)
 
int hidp_del_connection (struct hidp_conndel_req *req)
 
int hidp_get_connlist (struct hidp_connlist_req *req)
 
int hidp_get_conninfo (struct hidp_conninfo *ci)
 
 module_init (hidp_init)
 
 module_exit (hidp_exit)
 
 MODULE_AUTHOR ("Marcel Holtmann <[email protected]>")
 
 MODULE_DESCRIPTION ("Bluetooth HIDP ver "VERSION)
 
 MODULE_VERSION (VERSION)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("bt-proto-6")
 

Macro Definition Documentation

#define VERSION   "1.2"

Definition at line 34 of file core.c.

Function Documentation

int hidp_add_connection ( struct hidp_connadd_req req,
struct socket ctrl_sock,
struct socket intr_sock 
)

Definition at line 953 of file core.c.

int hidp_del_connection ( struct hidp_conndel_req req)

Definition at line 1104 of file core.c.

int hidp_get_conninfo ( struct hidp_conninfo ci)

Definition at line 1163 of file core.c.

int hidp_get_connlist ( struct hidp_connlist_req req)

Definition at line 1133 of file core.c.

MODULE_ALIAS ( "bt-proto-6"  )
MODULE_AUTHOR ( "Marcel Holtmann <[email protected]>"  )
MODULE_DESCRIPTION ( "Bluetooth HIDP ver VERSION)
module_exit ( hidp_exit  )
module_init ( hidp_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( VERSION  )