我在特征值1里面接收到数据以后,想要给主机一个回复,调用下面这串代码,结果主机收不到数据,请问还有什么别的地方需要配置的吗?
attHandleValueNoti_t req;
req.handle=0x0028;
req.len=1;
req.pValue[0]=1;
GATT_Notification(0,req,false);
Alvin Chen:
1.手机有没有去使能notify
2.你的handle 是否正确
我在特征值1里面接收到数据以后,想要给主机一个回复,调用下面这串代码,结果主机收不到数据,请问还有什么别的地方需要配置的吗?
attHandleValueNoti_t req;
req.handle=0x0028;
req.len=1;
req.pValue[0]=1;
GATT_Notification(0,req,false);
1.手机有没有去使能notify
2.你的handle 是否正确
CC2340R5: Some questions about implementing the sending of ADV data on the rfPacketTx routine of the CC2340R5 chip
CC2642R: TI CC2642 HID示例问题
CC2642R: CC2642R使用外部存储W25Q16JVSSIQ, 未写成功,求帮看看是什么问题
LAUNCHXL-CC26X2R1: Some questions about the periodic advertising process of the RTLS responder