Other Parts Discussed in Thread: CC2541 uint8 returnValue=osal_snv_write(0x83,52,showNameValueBuf);
returnValue=osal_snv_read(0x83,52,storeNameValueBuf);
编译的时候出现这样的警告:
Warning[w6]: Type conflict for external/entry "osal_snv_read", in module simpleBLEPeripheral…
Other Parts Discussed in Thread: CC2540 TI官方您好:
最近在做一个cc2540的项目,被问道如何自动控制cc2540的连接和传输距离。我们知道4.0蓝牙传输距离可达15米左右,但是对一些近距离应用场合,如何缩短连接距离呢,有些场合不需要这么远就被连接到,可以更改吗?谢谢