蓝牙协议栈回复write response
- 
					
					
					
					
目前需求:端侧与手机侧进行连接,手机侧给端侧发送write request,需要端侧回复write response包。
目前没有在User Guide上找到直接回复write response的API,是否可以指导下?
 - 
					
					
					
					
设备端通过notify的形式回复手机.参照void gatt_notification(gatt_ntf_t ntf_att);
 - 
					
					
					
					
@刘流鎏 在 蓝牙协议栈回复write response 中说:
设备端通过notify的形式回复手机.参照void gatt_notification(gatt_ntf_t ntf_att);
好的,我们试下