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.

CC2652R7: simple_central例程的16 bit UUID改为128 bit UUID

Part Number: CC2652R7

使用CC2652R7作为BLE主机,在例程simple_central的基础上修改读写数据的UUID为128 bit。

有三个问题想要请教一下:

1、在SimpleCentral_processGATTDiscEvent里面,根据UUID发现charHandle,这个charHandle在UUID改为128bit后是否还是保存为8字节?还是要保存16字节?若还是保存8字节应该保存哪两个字节?

2、在GATT_ReadCharValue(scConnHandle, &req, selfEntity); 和 GATT_WriteCharValue(scConnHandle, &req, selfEntity); 的req.handle是否要修改为16字节?

3、有一个特征值需要打开Notify功能,我需要调用哪些接口实现?

如果有UUID已经修改为128 bit的central的例程代码可以发给我参考一下就更好了。