summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSudha Bheemanna <b.sudha@samsung.com>2016-08-23 17:07:10 +0530
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:53:04 +0900
commit77f70c9444f1db11f1e67e43225867e6fa2c3f0c (patch)
tree2240c3861660117a52df2f74ce759842d71dc308 /include
parent67c0fbb942db9f129e9f12545c0f28aa256b494f (diff)
Bluetooth: Add "TIZEN_BT" flag
Added the tizen specific flag for use in adding tizen patches. Change-Id: Ia391644fddbe600c8d845e0bf0808f587aa73e0c Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com> Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/bluetooth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 7dba80546f16..9d25f2c2fd0f 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -34,6 +34,9 @@
#define PF_BLUETOOTH AF_BLUETOOTH
#endif
+/*To enable Tizen specific fixes */
+#define TIZEN_BT
+
/* Bluetooth versions */
#define BLUETOOTH_VER_1_1 1
#define BLUETOOTH_VER_1_2 2