【IoT】CC254x BLE 连接失败错误码汇总

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/liwei16611/article/details/85626091
#define bleInvalidTaskID                    INVALID_TASK  // 非法的任务
#define bleNotReady                         0x10          // 未准备好连接
#define bleAlreadyInRequestedMode           0x11          // 任务已存在
#define bleIncorrectMode                    0x12          // 配置不正确
#define bleMemAllocError                    0x13          // 内存分配出错
#define bleNotConnected                     0x14          // 非连接状态下不能执行某函数
#define bleNoResources                      0x15          // 资源不足
#define blePending                          0x16          // 等待
#define bleTimeout                          0x17          // 超时
#define bleInvalidRange                     0x18          // 参数不合法
#define bleLinkEncrypted                    0x19          // 加密链路
#define bleProcedureComplete                0x1A          // 连接状态

猜你喜欢

转载自blog.csdn.net/liwei16611/article/details/85626091