Open
Description
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
all
Description
CBCentralManager.ScanForPeripherals: peripheralUuids is not nullable.
But according to the apple doc, it can be null:
https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/scanforperipherals(withservices:options:)
.NET source:
macios/src/CoreBluetooth/GuidWrapper.cs
Line 51 in 1007c22
Steps to Reproduce
It is an API definition, there is nothing to repro.
Did you find any workaround?
yes, use "null!".
Relevant log output
No response