Hi TI的工程师!
我遇到这样的问题,同样的UUID属性,在1.3.2协议载能够正常使用,但是移植到1.4.2后就不正常了。
/***************** Characteristic 1**********************/ // 1 Characteristic 1 Declaration
{ { ATT_BT_UUID_SIZE, characterUUID },
GATT_PERMIT_READ, 1,
&simpleProfileChar1Props },
// 2 Characteristic Value 1
{ { ATT_BT_UUID_SIZE, simpleProfilechar1UUID },
GATT_PERMIT_READ , 0, simpleProfileChar1 },
// 3 Characteristic 1 User Configuration
{ { ATT_BT_UUID_SIZE, clientCharCfgUUID },
GATT_PERMIT_READ | GATT_PERMIT_WRITE, 0, (uint8 *)simpleProfileChar1Config },
在1.3.2中从机的该UUID可在lightblue中监听,但是在1.4.2中的该UUID在lightblue中就不能监听了,点监听按钮无反应。
Viki Shi:
版本更新会有一些bug的修正和功能的更改,详情请参考协议栈安装目录下的read me文档