else
len = 0;
#ifdef TIZEN_BT
- /* Advertising scan response data is handled in bluez.
- * This value will be updated only when application request the update
- * using adapter_set_scan_rsp_data()
- */
- return;
+ /* Advertising scan response data is handled in bluez.
+ * This value will be updated only when application request the update
+ * using adapter_set_scan_rsp_data()
+ */
+ return;
#else
if (hdev->scan_rsp_data_len == len &&
else
len = create_default_scan_rsp_data(hdev, cp.data);
#ifdef TIZEN_BT
- /* Advertising scan response data is handled in bluez.
- * This value will be updated only when application request the update
- * using adapter_set_scan_rsp_data()
- */
- return;
+ /* Advertising scan response data is handled in bluez.
+ * This value will be updated only when application request the update
+ * using adapter_set_scan_rsp_data()
+ */
+ return;
#else
if (hdev->scan_rsp_data_len == len &&
!memcmp(cp.data, hdev->scan_rsp_data, len))
len = create_instance_adv_data(hdev, instance, cp.data);
#ifdef TIZEN_BT
- /* Bluez will handle the advertising data including the flag and tx
- * power. This value will be updated only when application request the
- * update using adapter_set_advertising_data().
- */
- return;
+ /* Bluez will handle the advertising data including the flag and tx
+ * power. This value will be updated only when application request the
+ * update using adapter_set_advertising_data().
+ */
+ return;
#else
/* There's nothing to do if the data hasn't changed */
if (hdev->adv_data_len == len &&
len = create_instance_adv_data(hdev, instance, cp.data);
#ifdef TIZEN_BT
- /* Bluez will handle the advertising data including the flag and tx
- * power. This value will be updated only when application request the
- * update using adapter_set_advertising_data().
- */
- return;
+ /* Bluez will handle the advertising data including the flag and tx
+ * power. This value will be updated only when application request the
+ * update using adapter_set_advertising_data().
+ */
+ return;
#else
/* There's nothing to do if the data hasn't changed */
if (hdev->adv_data_len == len &&