Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / ag-agent / bluetooth-ag-handler.h
index 96bd7f3..35587e8 100755 (executable)
  *
  */
 
+#ifndef __DEF_BT_AG_HANDLER_H_
+#define __DEF_BT_AG_HANDLER_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
@@ -177,3 +184,8 @@ int _bt_hfp_vendor_cmd(bt_ag_info_t *hs, const char *buf);
 int _bt_hfp_send_vendor_cmd(bt_ag_info_t *hs,
                const char *cmd);
 int _bt_vendor_cmd_response(void *t_device, bt_hfp_agent_error_t err);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* __DEF_BT_AG_HANDLER_H_ */