Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个蓝牙 LE 应用程序来跟踪德州仪器蓝牙设备。
我想让它读取 iPad 的 Cannon 标签。如何进行此更改?
默认情况下,设备名称特性不可写。您需要使用所需的名称重新编译项目。在 KeyFob 项目中,您需要更改keyfobdemo.c文件中的这一行。
keyfobdemo.c
static uint8 attDeviceName[GAP_DEVICE_NAME_LEN] = "TI BLE Keyfob";
然后重新编译并上传到设备。这不是一件小事,所以如果你遇到问题,我建议你在 TI 论坛上提问并阅读教程。