Exclude coverage for map-agent
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_agent.h
index 0ee0c02..706a954 100644 (file)
 #ifndef __DEF_BT_PB_AGENT_H_
 #define __DEF_BT_PB_AGENT_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <unistd.h>
 #include <dlog.h>
 
@@ -56,10 +60,14 @@ typedef enum {
        TELECOM_OCH,
        TELECOM_MCH,
        TELECOM_CCH,
-#ifdef PBAP_SIM_ENABLE
+#ifdef TIZEN_FEATURE_BT_PBAP_SIM
        SIM_PB,
 #endif
        TELECOM_NONE
 } PhoneBookType;
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif                         /* __DEF_BT_AGENT_H_ */