在simpleGATTProfile.c 中,simpleProfile_ReadAttrCB()函数里,如何知道读取数据的长度?
即需要实际读取多少个字节?
Viki Shi:
这个函数里有个参数pLen —-length of data to be read
在simpleGATTProfile.c 中,simpleProfile_ReadAttrCB()函数里,如何知道读取数据的长度?
即需要实际读取多少个字节?
这个函数里有个参数pLen —-length of data to be read