Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
hci_mon.h File Reference

Go to the source code of this file.

Data Structures

struct  hci_mon_hdr
 
struct  hci_mon_new_index
 

Macros

#define HCI_MON_HDR_SIZE   6
 
#define HCI_MON_NEW_INDEX   0
 
#define HCI_MON_DEL_INDEX   1
 
#define HCI_MON_COMMAND_PKT   2
 
#define HCI_MON_EVENT_PKT   3
 
#define HCI_MON_ACL_TX_PKT   4
 
#define HCI_MON_ACL_RX_PKT   5
 
#define HCI_MON_SCO_TX_PKT   6
 
#define HCI_MON_SCO_RX_PKT   7
 
#define HCI_MON_NEW_INDEX_SIZE   16
 

Variables

struct hci_mon_hdr __packed
 

Macro Definition Documentation

#define HCI_MON_ACL_RX_PKT   5

Definition at line 39 of file hci_mon.h.

#define HCI_MON_ACL_TX_PKT   4

Definition at line 38 of file hci_mon.h.

#define HCI_MON_COMMAND_PKT   2

Definition at line 36 of file hci_mon.h.

#define HCI_MON_DEL_INDEX   1

Definition at line 35 of file hci_mon.h.

#define HCI_MON_EVENT_PKT   3

Definition at line 37 of file hci_mon.h.

#define HCI_MON_HDR_SIZE   6

Definition at line 32 of file hci_mon.h.

#define HCI_MON_NEW_INDEX   0

Definition at line 34 of file hci_mon.h.

#define HCI_MON_NEW_INDEX_SIZE   16

Definition at line 49 of file hci_mon.h.

#define HCI_MON_SCO_RX_PKT   7

Definition at line 41 of file hci_mon.h.

#define HCI_MON_SCO_TX_PKT   6

Definition at line 40 of file hci_mon.h.

Variable Documentation