Bluetooth: Add "TIZEN_BT" flag 59/306559/1
authorSudha Bheemanna <b.sudha@samsung.com>
Tue, 23 Aug 2016 11:37:10 +0000 (17:07 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 23 Feb 2024 02:11:53 +0000 (11:11 +0900)
Added the tizen specific flag for use in adding tizen patches.

Change-Id: I95584b70c2c2d46f3e8823e8e6346c217654f832
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 aa90adc..5a3d66e 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