Bluetooth: Add "TIZEN_BT" flag 11/261611/1
authorSudha Bheemanna <b.sudha@samsung.com>
Tue, 23 Aug 2016 11:37:10 +0000 (17:07 +0530)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 21 Jul 2021 05:07:30 +0000 (14:07 +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>
include/net/bluetooth/bluetooth.h

index 0a1e21d..ca445d6 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