Bluetooth: Add "TIZEN_BT" flag
authorSudha Bheemanna <b.sudha@samsung.com>
Tue, 23 Aug 2016 11:37:10 +0000 (17:07 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:05 +0000 (08:25 +0900)
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>
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/net/bluetooth/bluetooth.h

index bcc5a4c..bf57573 100644 (file)
@@ -37,6 +37,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