Diff between 8a8a49941e2112f538904e9e6ed828f37e966013 and 9e0ddbe9a710e95ade10ad644ce10be6565f83a8

Changed Files

File Additions Deletions Status
monitor/bt.h +8 -0 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index 0ca141c..c104cb2 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -682,6 +682,14 @@ struct bt_hci_cmd_write_voice_setting {
 	uint16_t setting;
 } __attribute__ ((packed));
 
+#define BT_HCI_CMD_HOST_BUFFER_SIZE		0x0c33
+struct bt_hci_cmd_host_buffer_size {
+	uint16_t acl_mtu;
+	uint8_t  sco_mtu;
+	uint16_t acl_max_pkt;
+	uint16_t sco_max_pkt;
+} __attribute__ ((packed));
+
 #define BT_HCI_CMD_SET_AFH_HOST_CLASSIFICATION	0x0c3f
 struct bt_hci_cmd_set_afh_host_classification {
 	uint8_t  map[10];