核心蓝牙外设应用程序iOS中的配对

时间:2015-05-08 05:09:43

标签: ios swift bluetooth core-bluetooth

我在IPhone中创建了一个可以充当BLE Peripheral的应用程序。我想在集中发送连接请求时启动配对机制。我在网上搜索过,并且知道个人特征可以加密并在中央读取时启动配对。我看过了 Bluetooth 4.0 and 4.1 security document 说有各种配对机制可用。但我不知道如何在我的应用程序中使用它。有人可以帮忙吗?

我用于创建特征的代码

var characteristic = CBMutableCharacteristic(type: charId, properties: charProperties, value: nil, permissions:CBAttributePermissions.ReadEncryptionRequired|CBAttributePermissions.WriteEncryptionRequired)

0 个答案:

没有答案