各位好:
(一) 我的问题:
注:ios版本: 7.1.2
我们使用iphone 5,5s,6测试都没问题
我们在测试iphone 4s连接CC2541时,连接失败。查那一下iphone 4s是支持BLE,是ios版本太低那吗,还是其他问题
请指教,
(二) 现象描述:
我们的APP连接代码连接过程如下:
启动连接peirpheral: CC2541
(void) connectPeripheral _mCentralManager = [[CBCentralManager alloc] initWithDelegate:self queue:nil]; _mCentralManager connectPeripheral:_mPeripheral options:nil]; (CBPeripheral) 连接成功跳入下面这个函数
(void)centralManager:(CBCentralManager *)central didConnectPeripheral:(CBPeripheral *)peripheral 但马上就提示连接失败,跳入下面这个函数处理
(void)centralManager:(CBCentralManager *)central didDisconnectPeripheral:(CBPeripheral *)peripheral error:
(NSError *)error
(三) 请叫各位有没有遇到了这个问题。
Yan:
peter,
空中抓包看一下,看看连接的时候发生了什么。