How to bond/pair to a bluetooth LE device programmatically in swift Xcode?
问题 I am currently trying to develop and application that allows users to bond to a Peripheral via a click of a button and the password will be automatically entered. Is it possible to Bond and Remove Bond programmatically using swift? 回答1: Pairing is initiated any time that you attempt to write to or read from a characteristic on the BLE device. However, if the device is not set to require authentication and/or bonding, you will not see the iOS popup which requests the PIN code. I struggled with