This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GATTServApp_ProcessCharCfg来实现对Nodifty属性的char实现多字节数据的发送



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

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