summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/mgmt_tizen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/mgmt_tizen.h')
-rw-r--r--include/net/bluetooth/mgmt_tizen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt_tizen.h b/include/net/bluetooth/mgmt_tizen.h
index 03a4d63ce84b..212afd95b9fc 100644
--- a/include/net/bluetooth/mgmt_tizen.h
+++ b/include/net/bluetooth/mgmt_tizen.h
@@ -185,6 +185,15 @@ struct mgmt_cp_disconnect_6lowpan {
} __packed;
#define MGMT_DISCONNECT_6LOWPAN_SIZE 7
+#define MGMT_OP_LE_READ_MAXIMUM_DATA_LENGTH (TIZEN_OP_CODE_BASE + 0x15)
+struct mgmt_rp_le_read_maximum_data_length {
+ __le16 max_tx_octets;
+ __le16 max_tx_time;
+ __le16 max_rx_octets;
+ __le16 max_rx_time;
+} __packed;
+#define MGMT_LE_READ_MAXIMUM_DATA_LENGTH_SIZE 0
+
/* EVENTS */
/* For device name update changes */