summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSudha Bheemanna <b.sudha@samsung.com>2016-09-16 12:09:57 +0530
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:53:26 +0900
commite624aeef63d06773817c53d00e245dcf1036f0f1 (patch)
treed00f772d59f24906f9954da8779a003e87e94f8a /include
parentd7bb17adc9cb35f9cbb093e3e71fcc3a9f46ffc1 (diff)
Bluetooth: Write host suggested default le data length
This patch adds MGMT command and code for supporting write default le data length command to the controller. Change-Id: I3d2c8b622b7913a3ed542342e3ba8076c30dc279 Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
-rw-r--r--include/net/bluetooth/mgmt_tizen.h7
2 files changed, 9 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index b1ae6e3fd214..170cd959a9fe 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1554,6 +1554,8 @@ void mgmt_6lowpan_conn_changed(struct hci_dev *hdev, char if_name[16],
bdaddr_t *bdaddr, u8 addr_type, bool connected);
void mgmt_le_read_maximum_data_length_complete(struct hci_dev *hdev,
u8 status);
+void mgmt_le_write_host_suggested_data_length_complete(struct hci_dev *hdev,
+ u8 status);
#endif
u8 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency,
diff --git a/include/net/bluetooth/mgmt_tizen.h b/include/net/bluetooth/mgmt_tizen.h
index 212afd95b9fc..11b65857720f 100644
--- a/include/net/bluetooth/mgmt_tizen.h
+++ b/include/net/bluetooth/mgmt_tizen.h
@@ -194,6 +194,13 @@ struct mgmt_rp_le_read_maximum_data_length {
} __packed;
#define MGMT_LE_READ_MAXIMUM_DATA_LENGTH_SIZE 0
+#define MGMT_OP_LE_WRITE_HOST_SUGGESTED_DATA_LENGTH (TIZEN_OP_CODE_BASE + 0x16)
+struct mgmt_cp_le_write_host_suggested_data_length {
+ __le16 def_tx_octets;
+ __le16 def_tx_time;
+} __packed;
+#define MGMT_LE_WRITE_HOST_SUGGESTED_DATA_LENGTH_SIZE 4
+
/* EVENTS */
/* For device name update changes */