iOS coreBluetooth编程中需要注意的问题一、iOS 设备作为中心设备(central device)时需要注意:二、iOS设备作为远端设备(peripheral device)时需要注意:
iOS 设备作为中心设备(central device)时需要注意:(1)一定要对central Manager保持强引用,也就是说central Manager需要是一个全局变量不能是局部变量,否则不能启动扫描。 (2)连接到peripheral之后,一定记得为peripheral设置代理,否则无法进行服务和特征的发现。 (3)有关CBCentralManagerDelegate协议 协议方