notify 改为 indicate 谢谢
时间:10-02
整理:3721RD
点击:
simpleBLEperipheral 如何将notify改为indicate属性,关键是修改后master怎么收取数据?手机app软件能测试吗
修改方法就这两步吗?:(1)simpleProfileCharxProps 由GATT_PROP_NOTIFY改为GATT_PROP_INDICATE,
(2) case GATT_CLIENT_CHAR_CFG_UUID:
status = GATTServApp_ProcessCCCWriteReq( connHandle, pAttr, pValue, len,
offset, GATT_CLIENT_CFG_INDICATE );
thermometer的例程里面有如何使用indication的例子。
Indication和notification的区别在于indication有事件ATT_HANDLE_VALUE_CFM返回