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

Go to the source code of this file.

Functions

int sco_connect_ind (struct hci_dev *hdev, bdaddr_t *bdaddr)
 
void sco_connect_cfm (struct hci_conn *hcon, __u8 status)
 
void sco_disconn_cfm (struct hci_conn *hcon, __u8 reason)
 
int sco_recv_scodata (struct hci_conn *hcon, struct sk_buff *skb)
 
int __init sco_init (void)
 
void __exit sco_exit (void)
 
 module_param (disable_esco, bool, 0644)
 
 MODULE_PARM_DESC (disable_esco,"Disable eSCO connection creation")
 

Function Documentation

module_param ( disable_esco  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( disable_esco  ,
"Disable eSCO connection creation"   
)
void sco_connect_cfm ( struct hci_conn hcon,
__u8  status 
)

Definition at line 915 of file sco.c.

int sco_connect_ind ( struct hci_dev hdev,
bdaddr_t *  bdaddr 
)

Definition at line 890 of file sco.c.

void sco_disconn_cfm ( struct hci_conn hcon,
__u8  reason 
)

Definition at line 928 of file sco.c.

void __exit sco_exit ( void  )

Definition at line 1048 of file sco.c.

int __init sco_init ( void  )

Definition at line 1011 of file sco.c.

int sco_recv_scodata ( struct hci_conn hcon,
struct sk_buff skb 
)

Definition at line 935 of file sco.c.