Move the ibeacon scan result structure to internal header 61/117361/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 6 Mar 2017 00:57:08 +0000 (09:57 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 6 Mar 2017 00:57:08 +0000 (09:57 +0900)
Change-Id: I23b62fd3bf7f0e5f239cea599982f9c9c32d0e21
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth_type.h
include/bluetooth_type_internal.h

index c0f091dab3c15586fda643e294371b035d5c41a1..11b32ad80d9328b17b9ab174227f2cb76310780d 100644 (file)
@@ -972,22 +972,6 @@ typedef struct {
        char *scan_data;        /**< scan response data */
 } bt_adapter_le_device_scan_result_info_s;
 
-/**
- * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
- * @brief Structure of le iBeacon scan result information.
- * @since_tizen 3.0
- *
- * @see bt_adapter_le_start_scan()
- */
-typedef struct {
-       int company_id;         /**< company ID */
-       int ibeacon_type;       /**< Ibeacon type */
-       char *uuid;                     /**< UUID */
-       int major_id;           /**< Major ID */
-       int minor_id;           /**< Minor ID */
-       int measured_power;     /**< measured Power */
-} bt_adapter_ibeacon_scan_result_info_s;
-
 /**
  * @deprecated Deprecated since 2.3.1
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
index fc9c90398b276747553cfba219156a5420958aab..6880694a83aaa336e3402c5a84ba6ea908b43d4f 100644 (file)
@@ -835,6 +835,22 @@ typedef void (*bt_hf_remote_call_event_cb) (bt_hf_remote_call_event_e event, cha
  */
 typedef void (*bt_ag_vendor_cmd_cb) (char *command, void *user_data);
 
+/**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
+ * @brief Structure of le iBeacon scan result information.
+ * @since_tizen 3.0
+ *
+ * @see bt_adapter_le_start_scan()
+ */
+typedef struct {
+       int company_id;         /**< company ID */
+       int ibeacon_type;       /**< Ibeacon type */
+       char *uuid;                     /**< UUID */
+       int major_id;           /**< Major ID */
+       int minor_id;           /**< Minor ID */
+       int measured_power;     /**< measured Power */
+} bt_adapter_ibeacon_scan_result_info_s;
+
 /**
  * @internal
  * @brief The handle of a Transport Discover Service Provider.