|
Linux Kernel
3.7.1
|
#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") | |
| module_param | ( | disable_esco | , |
| bool | , | ||
| 0644 | |||
| ) |
| MODULE_PARM_DESC | ( | disable_esco | , |
| "Disable eSCO connection creation" | |||
| ) |
1.8.2