summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSudha Bheemanna <b.sudha@samsung.com>2016-08-25 11:41:34 +0530
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:53:08 +0900
commit2d47926cecc5898da1e701f4287a920a70fb0f1f (patch)
tree51ed59238f9344e06331ad42f13f5fdf4d289331 /include
parent6f2fa4bc0de1289963096b09aed8b4e7cb418564 (diff)
Bluetooth: Add stop LE auto connection feature
Added new MGMT command to disable LE auto connection. Change-Id: I1f5f61b83227501ad54019008b405fd47fd722a3 Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/mgmt_tizen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt_tizen.h b/include/net/bluetooth/mgmt_tizen.h
index 844af75d1fe0..fab5beb876a2 100644
--- a/include/net/bluetooth/mgmt_tizen.h
+++ b/include/net/bluetooth/mgmt_tizen.h
@@ -118,6 +118,11 @@ struct mgmt_cp_stop_le_discovery {
#define MGMT_STOP_LE_DISCOVERY_SIZE 1
/* le discovery */
+/* For LE auto connection */
+#define MGMT_OP_DISABLE_LE_AUTO_CONNECT (TIZEN_OP_CODE_BASE + 0x0c)
+#define MGMT_DISABLE_LE_AUTO_CONNECT_SIZE 0
+/* LE auto connection */
+
/* EVENTS */
/* For device name update changes */