From 9e0ddbe9a710e95ade10ad644ce10be6565f83a8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 7 Sep 2013 16:34:24 -0700 Subject: [PATCH] monitor: Add definition for host buffer size command --- monitor/bt.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index 0ca141c5a..c104cb293 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]; -- 2.47.3