iBeacon: Fix naming convention. 41/99141/1 accepted/tizen/3.0/common/20161122.195204 accepted/tizen/3.0/ivi/20161122.124720 accepted/tizen/3.0/mobile/20161122.124557 accepted/tizen/3.0/tv/20161122.124642 accepted/tizen/3.0/wearable/20161122.124703 submit/tizen_3.0/20161122.004310
authorh.sandeep <h.sandeep@samsung.com>
Tue, 22 Nov 2016 04:34:12 +0000 (10:04 +0530)
committerh.sandeep <h.sandeep@samsung.com>
Tue, 22 Nov 2016 04:36:53 +0000 (10:06 +0530)
Change-Id: I55e83cfc1a2606aa10224dc1fa6232a563594b02
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
include/mobile/bluetooth_internal.h
include/tv/bluetooth_internal.h
include/wearable/bluetooth_internal.h
src/bluetooth-adapter.c
test/bt_unit_test.c

index 66b7069cbb39426c413f5e47a37091a6bbc58af8..892d33f482c9882149ffbf4f083aea986dcb8fc4 100644 (file)
@@ -3193,7 +3193,7 @@ int bt_proximity_get_supported_services(const char *remote_address, int *support
  * @internal
  * @brief API to set scan filter for iBeacons reports
  */
-int bt_adapter_le_set_ibeacon_scan_filter(bt_scan_filter_h scan_filter,
+int bt_adapter_le_scan_filter_set_ibeacon(bt_scan_filter_h scan_filter,
                        const char *data, unsigned int data_len);
 
 /**
index 66b7069cbb39426c413f5e47a37091a6bbc58af8..892d33f482c9882149ffbf4f083aea986dcb8fc4 100644 (file)
@@ -3193,7 +3193,7 @@ int bt_proximity_get_supported_services(const char *remote_address, int *support
  * @internal
  * @brief API to set scan filter for iBeacons reports
  */
-int bt_adapter_le_set_ibeacon_scan_filter(bt_scan_filter_h scan_filter,
+int bt_adapter_le_scan_filter_set_ibeacon(bt_scan_filter_h scan_filter,
                        const char *data, unsigned int data_len);
 
 /**
index 6a99d860f8447fdc875fe890c483406f8394374c..6950b89c0f25b41d1c71040e6c250c32bfe203ca 100644 (file)
@@ -3341,7 +3341,7 @@ int bt_proximity_get_supported_services(const char *remote_address, int *support
  * @internal
  * @brief API to set scan filter for iBeacons reports
  */
-int bt_adapter_le_set_ibeacon_scan_filter(bt_scan_filter_h scan_filter,
+int bt_adapter_le_scan_filter_set_ibeacon(bt_scan_filter_h scan_filter,
                        const char *data, unsigned int data_len);
 
 /**
index 72f515ed083cd46d8a78169202d4e39f3f933c6f..c25eba06c038f463e42ef0ae1925e811839fdfcd 100644 (file)
@@ -3876,7 +3876,7 @@ int bt_adapter_unset_authentication_req_cb(void)
        return BT_ERROR_NONE;
 }
 
-int bt_adapter_le_set_ibeacon_scan_filter(bt_scan_filter_h scan_filter,
+int bt_adapter_le_scan_filter_set_ibeacon(bt_scan_filter_h scan_filter,
                        const char *data,
                        unsigned int data_len)
 {
index b61fd162f79712e83e22e4622378a05756fe4d60..3b4fa528d2bfc976b771395fcad9d93b62244916 100644 (file)
@@ -5467,7 +5467,7 @@ int test_input_callback(void *data)
                        if (ret != BT_ERROR_NONE)
                           TC_PRT("failed with [0x%04x]", ret);
 
-                       ret = bt_adapter_le_set_ibeacon_scan_filter(scan_filter, manufacture_1, sizeof(manufacture_1));
+                       ret = bt_adapter_le_scan_filter_set_ibeacon(scan_filter, manufacture_1, sizeof(manufacture_1));
                        if (ret != BT_ERROR_NONE)
                                TC_PRT("failed with [0x%04x]", ret);