|
From: Mattias A. <mat...@us...> - 2001-03-30 10:53:33
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_internal.h 1.12 1.13=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
added some defines
The diff of the modified file(s):
--- hci_internal.h 2001/03/04 17:54:55 1.12
+++ hci_internal.h 2001/03/30 10:53:31 1.13
@@ -111,6 +111,7 @@
=20
/* How many inbuffers we have got, the size of them, and how many command
buffers we have got */
+
#define NBR_OF_HCI_INBUFFERS 7
=20
#define NBR_CMD_BUFS 10
@@ -241,7 +242,7 @@
#define WRITE_LOOPBACK_MODE 0x02
#define ENABLE_DEVICE_UNDER_TEST_MODE 0x03
=20
-/* Defines of the different events that is sent from the Host Controler
+/* Defines of the different events that is sent from the Host Controller
to the Host */
#define INQUIRY_COMPLETE 0x01
#define INQUIRY_RESULT 0x02
@@ -288,6 +289,10 @@
#define SCO_HDR_LEN 3
#define CMD_HDR_LEN 3
#define EVENT_HDR_LEN 2
+
+#define DISCMSG_USER_ENDED_CONNECTION 0x13
+#define DISCMSG_LOW_RESOURCES 0x14
+#define DISCMSG_ABOUT_TO_POWER_OFF 0x15
=20
/****************** TYPE DEFINITION SECTION ******************************=
***/
=20
|