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.
sdk版本:simplelink_cc13xx_cc26xx_sdk_5_40_00_40
现象:
1、调用bStatus_t GAP_TerminateLinkReq(uint16_t connectionHandle, uint8_t reason)函数断开蓝牙连接,返回成功。
2、等待了 监控超时 (Supervision Timeout)时间长度后,收到断开事件,断开原因码有时候为0x08,有时候为0x22。
3、出现概率:操作100遍能出现2-3次这样的现象。
备注:大部分情况下能很快(100-200毫秒)就收到断开事件,断开原因码为0x16。