#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sched.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 <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include "hci_uart.h"
Go to the source code of this file.
#define HCILL_GO_TO_SLEEP_ACK 0x31 |
#define HCILL_GO_TO_SLEEP_IND 0x30 |
#define HCILL_W4_ACL_HDR 2 |
#define HCILL_W4_EVENT_HDR 1 |
#define HCILL_W4_PACKET_TYPE 0 |
#define HCILL_W4_SCO_HDR 3 |
#define HCILL_WAKE_UP_ACK 0x33 |
#define HCILL_WAKE_UP_IND 0x32 |
- Enumerator:
HCILL_ASLEEP |
|
HCILL_ASLEEP_TO_AWAKE |
|
HCILL_AWAKE |
|
HCILL_AWAKE_TO_ASLEEP |
|
Definition at line 68 of file hci_ll.c.