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>
Tue, 29 Apr 2025 03:38:21 +0000 (12:38 +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 c25f9f4cac806b748d4af38b8fbba206d7a75bdc..2d188a5a168696b9018b5a6e427d28b7c31eff81 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