Bluetooth: Set link Supervision timeout for a connection
[platform/kernel/linux-starfive.git] / include / net / bluetooth / hci.h
index 77a7eb5..8fe327f 100644 (file)
@@ -1095,6 +1095,21 @@ struct hci_cp_host_buffer_size {
        __le16   sco_max_pkt;
 } __packed;
 
+#ifdef TIZEN_BT
+/* Set Link supervision timeout */
+#define HCI_OP_WRITE_LINK_SUPERVISION_TIMEOUT  0x0c37
+struct hci_cp_write_link_supervision_timeout {
+       __le16  handle;
+       __le16  timeout;
+} __packed;
+
+struct hci_rp_write_link_supervision_timeout {
+       __u8    status;
+       __le16  handle;
+} __packed;
+/*  Set Link supervision timeout */
+#endif /* TIZEN_BT */
+
 #define HCI_OP_READ_NUM_SUPPORTED_IAC  0x0c38
 struct hci_rp_read_num_supported_iac {
        __u8    status;