我现在使用手机和CC2540进行通信,但是好像属性值的长度最大为23,再大的话不行了,不知道这个值能再大写吗
我需要一次通信需要传输100多个字节。
simpleGATTprofile.h中如下定义
#define SIMPLEPROFILE_CHAR6_LEN 20 //这个值能改大些吗????
#define SIMPLEPROFILE_CHAR7_LEN 20 //这个值能改大些吗????
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.
我现在使用手机和CC2540进行通信,但是好像属性值的长度最大为23,再大的话不行了,不知道这个值能再大写吗
我需要一次通信需要传输100多个字节。
simpleGATTprofile.h中如下定义
#define SIMPLEPROFILE_CHAR6_LEN 20 //这个值能改大些吗????
#define SIMPLEPROFILE_CHAR7_LEN 20 //这个值能改大些吗????