summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-01-12 15:19:29 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2010-01-12 15:19:29 -0800
commitc7b1c3b2b2909bbf082cc1824adbe14ffdad0750 (patch)
tree3344f129c6b472bdc6dad39044c5f88fb6b255e4
parent327e4ab9cc1fa9eeb7243ad6ee28dfcc7b212a5b (diff)
downloadbluetooth-c7b1c3b2b2909bbf082cc1824adbe14ffdad0750.tar.gz
android-2.1_r1 snapshot
-rw-r--r--bluez-clean-headers/bluetooth/hci.h3
-rw-r--r--bluez-clean-headers/bluetooth/l2cap.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/bluez-clean-headers/bluetooth/hci.h b/bluez-clean-headers/bluetooth/hci.h
index 506d7a0..83553a1 100644
--- a/bluez-clean-headers/bluetooth/hci.h
+++ b/bluez-clean-headers/bluetooth/hci.h
@@ -687,6 +687,9 @@ struct hci_conn_info {
uint8_t out;
uint16_t state;
uint32_t link_mode;
+ uint32_t mtu;
+ uint32_t cnt;
+ uint32_t pkts;
};
struct hci_conn_list_req {
uint16_t dev_id;
diff --git a/bluez-clean-headers/bluetooth/l2cap.h b/bluez-clean-headers/bluetooth/l2cap.h
index 5fd8162..5a4c493 100644
--- a/bluez-clean-headers/bluetooth/l2cap.h
+++ b/bluez-clean-headers/bluetooth/l2cap.h
@@ -27,6 +27,7 @@
#define L2CAP_LM_TRUSTED 0x0008
#define L2CAP_LM_RELIABLE 0x0010
#define L2CAP_LM_SECURE 0x0020
+#define L2CAP_LM_FLUSHABLE 0x0040
#define L2CAP_COMMAND_REJ 0x01
#define L2CAP_CONN_REQ 0x02
#define L2CAP_CONN_RSP 0x03