蓝牙bluetooth
allanGold
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
采用BabyBluetooth之BluetoothStubOnOSX的坑
https://github.com/coolnameismy/BabyBluetooth 在调试mac作为蓝牙外设的的mac工程BluetoothStubOnOSX时 由于之前使用swift3开发的 导致CBPeripheralManagerDelegate中的某些代理方法和swift4中的代理方法的写法结构是不一样的 所以出现了调用peripheralManager.add(servi...原创 2019-08-05 17:53:08 · 463 阅读 · 0 评论 -
iOS开发蓝牙过程中的心得(一)
// 扫描到外部设备后触发//多次调用的 - (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(nonnull CBPeripheral *)peripheral advertisementData:(nonnull NSDictionary<NSString *,id> *)adver...原创 2019-08-21 17:12:45 · 566 阅读 · 0 评论
分享