isSupported

suspend fun isSupported(): Boolean

Checks if Bluetooth Low Energy is supported on the system. Being supported (a return of true) does not necessarily mean that bluetooth operations will work. The radio could be off or permissions may be denied.

Due to Core Bluetooth limitations (unavoidable dialog upon checking if supported), this function always returns true on Apple (even if Bluetooth is not supported).

This function is idempotent.