【发布时间】:2013-01-12 12:20:26
【问题描述】:
是否可以在 Mac OS X 上提供 BLE 服务?
从此处找到的 CoreBluetooth 文档http://developer.apple.com/library/mac/#documentation/CoreBluetooth/Reference/CBCentralManager_Class/translated_content/CBCentralManager.html 看来,您可以扫描并连接到外围设备。我正在寻找作为一个perisperhal。
【问题讨论】:
-
我查看了 'class-dump /System/Library/Frameworks/IOBluetooth.framework/Frameworks/CoreBluetooth.framework/' 的输出以及 iOS CBPeripheralManager Demo (github.com/KhaosT/CBPeripheralManager-Demo)
标签: macos bluetooth bluetooth-lowenergy core-bluetooth