Skip to content

Commit

Permalink
Add sleep for reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
DamMicSzm committed Oct 31, 2023
1 parent 111b3d2 commit a5eeb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/Linux/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void BLEManagerImpl::_Shutdown()
mDeviceScanner.reset();
// Release BLE connection resources (unregister from BlueZ).
ShutdownBluezBleLayer(mpEndpoint);
sleep(10);
mFlags.Clear(Flags::kBluezBLELayerInitialized);
}

Expand Down

0 comments on commit a5eeb71

Please sign in to comment.