isBluetoothLEScanAllowed

open fun isBluetoothLEScanAllowed(@NonNull context: Context): Boolean

Called to check if Bluetooth Scan is allowed.

Return

Boolean

true : when
  • Bluetooth LE is Supported and
  • location permission is granted and
  • Bluetooth is enabled.
false : otherwise