关于广播问题求助
时间:10-02
整理:3721RD
点击:
请问从机(SimpleBLEPeripheral)处于连接状态下可以发广播吗?谢谢!
如果是做peripheral可以添加PLUS_BROADCASTER选项。
PLUS_BROADCASTER – This symbol indicates that the device is using the GAP Peripheral / Broadcaster multi-role profile, rather than the single GAP Peripheral role profile. The default option for this in the simpleBLEPeripheral project is for this to be undefined.
详情可参考Texas Instruments CC2540/41 Bluetooth low energy Software Developer’s Guide
HG :
恩,试了一下,可以发包了,我用的CC2640,但是速度很慢,这个有什么办法改善一下?谢谢