Reputation: 189
Is there any option built within CoreBluetooth that allows for LESC and passkey-enabled pairing for iOS? From the documentation, I only see a general non-passkey pairing command.
If not, are there any 3rd party libraries that enable this to be possible?
Thanks!
Upvotes: 3
Views: 412
Reputation: 18452
LESC Pairing using passkey is the default and will be used unless the peripheral doesn't support it. CoreBluetooth does not have any pairing API. Everything goes through the OS.
Upvotes: 3