TI中文支持网
TI专业的中文技术问题搜集分享网站

作为service端 怎么知道自己提供的char 所对应的handle的值?

比如在ti的simpleperipheral 和 simplecentral中, simpleperipheral 作为service 发送数据给作为 client的 simplecentral  ,调用GATT_Notification()来通知client

那怎么知道GATT_Notification 函数参数第二个中的handle的值呢?

gang cheng1:

回复 Shu Davin:

GATTServApp_ProcessCharCfg( simpleProfileChar4Config, simpleProfileChar4, FALSE,simpleProfileAttrTbl, GATT_NUM_ATTRS( simpleProfileAttrTbl ),INVALID_TASK_ID );

调用这个函数向client端发送数据的话,如果我利用就是char4 的nodify属性。那要实现一次发送多字节的数据。需要对char4进行怎样的配置,或者还有其它什么地方需要做相应的修改。

赞(0)
未经允许不得转载:TI中文支持网 » 作为service端 怎么知道自己提供的char 所对应的handle的值?
分享到: 更多 (0)