aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_h4.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-14 06:24:57 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-14 06:24:57 +0000
commitc7096041a8692ab6948ee37b34c30ed5ce50c58f (patch)
tree3c6a71044a4f0193c238f1adaa0a7d6c83877e05 /epan/dissectors/packet-hci_h4.h
parent396a33dbee81bd4d3996ce32c061b06cfa59cbdd (diff)
bluetooth hci event dissector
svn path=/trunk/; revision=18145
Diffstat (limited to 'epan/dissectors/packet-hci_h4.h')
-rw-r--r--epan/dissectors/packet-hci_h4.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hci_h4.h b/epan/dissectors/packet-hci_h4.h
index d2dcea12db..9be237bf43 100644
--- a/epan/dissectors/packet-hci_h4.h
+++ b/epan/dissectors/packet-hci_h4.h
@@ -29,4 +29,14 @@
#define HCI_H4_TYPE_SCO 0x03
#define HCI_H4_TYPE_EVT 0x04
+extern const value_string bthci_cmd_opcode_vals[];
+
+#define HCI_OGF_LINK_CONTROL 0x01
+#define HCI_OGF_LINK_POLICY 0x02
+#define HCI_OGF_HOST_CONTROLLER 0x03
+#define HCI_OGF_INFORMATIONAL 0x04
+#define HCI_OGF_STATUS 0x05
+#define HCI_OGF_TESTING 0x06
+extern const value_string bthci_ogf_vals[];
+
#endif