Merge "Add the coverage exception for internal API functions" into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Tue, 11 Oct 2022 02:32:19 +0000 (02:32 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 11 Oct 2022 02:32:19 +0000 (02:32 +0000)
1  2 
src/bluetooth-common.c
src/bluetooth-gatt.c

Simple merge
@@@ -990,9 -986,10 +990,9 @@@ int bt_gatt_disconnect(const char *addr
        if (ret != BT_ERROR_NONE)
                BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret), ret);
  
 -      _bt_unset_cb(BT_EVENT_GATT_CONNECTION_STATUS);
        return ret;
  }
- /* LCOV_EXCL_STOP */
  int bt_gatt_server_set_connection_state_changed_cb(bt_gatt_server_h server,
                bt_gatt_server_connection_state_changed_cb callback, void *user_data)
  {