Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sock.c File Reference
#include <linux/export.h>
#include <linux/debugfs.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>
#include <net/bluetooth/rfcomm.h>

Go to the source code of this file.

Functions

int rfcomm_connect_ind (struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)
 
int __init rfcomm_init_sockets (void)
 
void __exit rfcomm_cleanup_sockets (void)
 

Function Documentation

void __exit rfcomm_cleanup_sockets ( void  )

Definition at line 1066 of file sock.c.

int rfcomm_connect_ind ( struct rfcomm_session s,
u8  channel,
struct rfcomm_dlc **  d 
)

Definition at line 920 of file sock.c.

int __init rfcomm_init_sockets ( void  )

Definition at line 1029 of file sock.c.