feat: complete UM Trace iOS and field UI integration
This commit is contained in:
@@ -109,7 +109,7 @@ public sealed class BleScanner
|
||||
new InvalidOperationException("Bluetooth is turned off."),
|
||||
BluetoothState.Unauthorized =>
|
||||
new PermissionException(
|
||||
"Bluetooth access is denied. Enable Field Logger in System Settings > Privacy & Security > Bluetooth."),
|
||||
"Bluetooth access is denied. Enable UM Trace in System Settings > Privacy & Security > Bluetooth."),
|
||||
BluetoothState.Unavailable =>
|
||||
new InvalidOperationException("Bluetooth is not available on this Mac."),
|
||||
_ => new InvalidOperationException($"Bluetooth is not ready (state: {_bluetooth.State}).")
|
||||
|
||||
Reference in New Issue
Block a user