蓝牙低功耗(BLE)服务 - Mac OS X.

san*_*try 10 macos bluetooth core-bluetooth bluetooth-lowenergy

是否可以在Mac OS X上提供BLE服务?

从这里找到的CoreBluetooth文档http://developer.apple.com/library/mac/#documentation/CoreBluetooth/Reference/CBCentralManager_Class/translated_content/CBCentralManager.html看起来你可以扫描并连接到外围设备.我希望扮演一个perisperhal.

san*_*try 11

OS X Mavericks(10.9)现在可以实现这一点.适用于iOS的CoreBluetooth CBPeripheralManager API可在OS X上使用.

这里可以找到一个例子.