Fix: Build Errors for Wearable, TV, Mobile, IVI profiles. 49/98149/1 accepted/tizen/common/20161117.085256 accepted/tizen/common/20161118.090536 accepted/tizen/ivi/20161121.011959 accepted/tizen/mobile/20161121.011653 accepted/tizen/tv/20161121.011817 accepted/tizen/wearable/20161121.011907 submit/tizen/20161117.015745 submit/tizen/20161118.002314
authorh.sandeep <h.sandeep@samsung.com>
Wed, 16 Nov 2016 07:00:10 +0000 (12:30 +0530)
committerh.sandeep <h.sandeep@samsung.com>
Wed, 16 Nov 2016 07:09:02 +0000 (12:39 +0530)
Fixed the error: unknown type name bt_hf_vendor_dep_at_cmd_s.

Change-Id: Ic5011842fac0a966779b05350467194ec4a6fd55
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
include/bluetooth_private.h
include/mobile/bluetooth_type_internal.h [changed mode: 0755->0644]
include/tv/bluetooth_type_internal.h [changed mode: 0755->0644]
include/wearable/bluetooth_type_internal.h [changed mode: 0755->0644]

index 5c51fa4..3cbeb20 100644 (file)
@@ -770,6 +770,19 @@ typedef void (*bt_hf_remote_device_state_changed_cb) (bt_hf_remote_device_state_
 typedef void (*bt_hf_remote_call_event_cb) (bt_hf_remote_call_event_e event, char *phone_number, void *user_data);
 
 /**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_HF_MODULE
+ * @brief  Called when a vendor command event happened from Hands-Free.
+ * @since_tizen 2.3.2
+ * @remarks The @a meesage of cmd must be released with free() by you.
+ *
+ * @param[in] cmd  The information of vendor command
+ * @param[in] user_data The user data passed from the callback registration function
+ * @see bt_hf_set_vendor_dep_cmd_event_cb()
+ * @see bt_hf_unset_vendor_dep_cmd_event_cb()
+ */
+typedef void (*bt_hf_vendor_dep_cmd_event_cb) (bt_hf_vendor_dep_at_cmd_s cmd, void *user_data);
+
+/**
  * @internal
  * @brief Since the HF call back and event proxy call backs have different prototype it is wrapper function.
  */
old mode 100755 (executable)
new mode 100644 (file)
index d964c12..9eae080
@@ -534,6 +534,17 @@ typedef void (*bt_proximity_property_changed_cb)
 typedef void (*bt_adapter_authentication_req_cb)(int result, bt_authentication_type_info_e auth_type,
                                                char *device_name, char *remote_addr,
                                                char *pass_key, void *user_data);
+
+/**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_HF_MODULE
+ * @brief  Samsung XSAT Vendor dependent command.
+ * @since_tizen 2.3.2
+ */
+typedef struct {
+        int app_id;  /**< The application ID */
+        char *message;  /**< Command message */
+} bt_hf_vendor_dep_at_cmd_s;
+
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_AG_MODULE
  * @brief  Called when a XSAT vendor command is transmitted from Hands-Free.
old mode 100755 (executable)
new mode 100644 (file)
index 6833856..92f17df
@@ -535,6 +535,16 @@ typedef void (*bt_proximity_property_changed_cb)
                (int result, const char *remote_address, int role, int service_type, int prop_value, void *user_data);
 
 /**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_HF_MODULE
+ * @brief  Samsung XSAT Vendor dependent command.
+ * @since_tizen 2.3.2
+ */
+typedef struct {
+        int app_id;  /**< The application ID */
+        char *message;  /**< Command message */
+} bt_hf_vendor_dep_at_cmd_s;
+
+/**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_AG_MODULE
  * @brief  Called when a XSAT vendor command is transmitted from Hands-Free.
  * @since_tizen 2.3
old mode 100755 (executable)
new mode 100644 (file)
index 402cda0..a6b7565
@@ -547,6 +547,16 @@ typedef void (*bt_proximity_property_changed_cb)
                (int result, const char *remote_address, int role, int service_type, int prop_value, void *user_data);
 
 /**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_HF_MODULE
+ * @brief  Samsung XSAT Vendor dependent command.
+ * @since_tizen 2.3.2
+ */
+typedef struct {
+        int app_id;  /**< The application ID */
+        char *message;  /**< Command message */
+} bt_hf_vendor_dep_at_cmd_s;
+
+/**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AUDIO_AG_MODULE
  * @brief  Called when a XSAT vendor command is transmitted from Hands-Free.
  * @since_tizen 2.3