Background Advertising Bluetooth work around with other non-iOS devices.

Before asking, I referenced this thread (https://developer.apple.com/forums/thread/652592)

While the Android devices can function fully as both Central and Peripheral while an app is in both foreground and background execution modes, iOS apps are bound by restrictions that iOS has on background Bluetooth functionality. When in the background, iOS apps advertise in a proprietary advertisement format that is not part of the Bluetooth standard and thus not readable by non-iOS devices, hence it is unable to scan for other devices in any meaningful way.

Any work around to this problem?