简体   繁体   English

iOS 6上的蓝牙低功耗; CBPeripheralManagerDelegate

[英]Bluetooth Low Energy on iOS 6; CBPeripheralManagerDelegate

I came to know that iOS 6 can be made as a broadcaster. 我开始知道iOS 6可以作为广播公司制作。 ie CBPeripheralManagerDelegate . CBPeripheralManagerDelegate

Where can I find reference documentation for CBPeripheralManagerDelegate ?, I don't see in on Apple's site. 我在哪里可以找到CBPeripheralManagerDelegate参考文档?我没有在Apple的网站上看到。 Does that mean still it is under development?. 这是否仍然意味着它正在开发中?

Unfortunately CBPeripheralManager it is still not in the official Apple documentation yet but the framework is there to use and you can read the detailed CBPeripheralManager comments directly from the CoreBluetooth.framework header files in XCode. 不幸的是CBPeripheralManager它仍然没有正式的Apple文档,但是框架可供使用,您可以直接从XCode中的CoreBluetooth.framework头文件中读取详细的CBPeripheralManager注释。

I would recommend checking out the app LighBlue if you want an easy way to play around with iOS acting as a peripheral. 如果你想要一个简单的方法来玩iOS充当外围设备,我建议你查看应用程序LighBlue

Just a heads up, there seems to be a bug in iOS 6 pertaining to BLE UUID Generation. 简而言之,iOS 6中似乎存在与BLE UUID Generation相关的错误。 It's been affecting several developers including myself. 它影响了包括我自己在内的几位开发人员。

http://e2e.ti.com/support/low_power_rf/f/538/t/216046.aspx http://e2e.ti.com/support/low_power_rf/f/538/t/216046.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM