Bluetooth: Add "TIZEN_BT" flag 08/317408/1
authorSudha Bheemanna <b.sudha@samsung.com>
Tue, 23 Aug 2016 11:37:10 +0000 (17:07 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 2 Jan 2025 03:12:34 +0000 (12:12 +0900)
Added the tizen specific flag for use in adding tizen patches.

Change-Id: Ic7c9b907a43c893124c971471ddd11315ec2ffc5
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>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/net/bluetooth/bluetooth.h

index e4a6831133f8188008ae719eddafb5e605811d6f..903b5ba907c8563438c5cd141b132a8f9495b601 100644 (file)
@@ -38,6 +38,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