我这边将从机的char1具有写、notify的属性,如果是主机先write,然后从机再notify是没有问题,如果是从机主动notify就会导致BLE卡住,下面是程序的特征定义:
下面是Notify函数:
主机打开notify enable,然后写char1,从机调用上面的notify函数响应数据,这个是没有问题的。
但是,如果是主机没有写,从机主动notify一次数据就会导致BLE超时了,搜不到信号了。
有人可以解答下是为什么么。
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.
我这边将从机的char1具有写、notify的属性,如果是主机先write,然后从机再notify是没有问题,如果是从机主动notify就会导致BLE卡住,下面是程序的特征定义:
下面是Notify函数:
主机打开notify enable,然后写char1,从机调用上面的notify函数响应数据,这个是没有问题的。
但是,如果是主机没有写,从机主动notify一次数据就会导致BLE超时了,搜不到信号了。
有人可以解答下是为什么么。