diff --git a/include/bluetooth/hdf_chip.h b/include/bluetooth/hdf_chip.h index 8b633f13..be8fd584 100644 --- a/include/bluetooth/hdf_chip.h +++ b/include/bluetooth/hdf_chip.h @@ -148,6 +148,7 @@ inline static int32_t HdfResetVirtualDevice(struct HdfVirtualDevice *device) { return ret; } OsalMSleep(device->bootUpTimeOut); + return HDF_SUCCESS; } #endif \ No newline at end of file