static bStatus_t cycling_WriteAttrCB( uint16 connHandle, gattAttribute_t *pAttr,
uint8 *pValue, uint16 len, uint16 offset,
uint8 method )
{
//已实现Characteristic 2:[WRITE] 解析好pValue值后,继电器动作。
//未实现Characteristic 3:[INDICAT] 此时需要主动上报值继电器动作结果 0xAA 1BYTE 怎么做呢?
//未实现Characteristic 3 上报后 ,马上断开蓝牙连接 用哪个函数呢?
} |