#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/interrupt.h>
#include <linux/ptrace.h>
#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/signal.h>
#include <linux/ioctl.h>
#include <linux/skbuff.h>
#include <linux/bitrev.h>
#include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include "hci_uart.h"
Go to the source code of this file.
#define BCSP_ACK_PKT 0x05 |
#define BCSP_CRC_INIT |
( |
|
x | ) |
x = 0xffff |
module_param |
( |
txcrc |
, |
|
|
bool |
, |
|
|
0644 |
|
|
) |
| |
module_param |
( |
hciextn |
, |
|
|
bool |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
txcrc |
, |
|
|
"Transmit CRC with every BCSP packet" |
|
|
) |
| |
MODULE_PARM_DESC |
( |
hciextn |
, |
|
|
"Convert HCI Extensions into BCSP packets" |
|
|
) |
| |