Lines Matching defs:errCode

179     uint8_t errCode;   // error code
198 uint8_t errCode; // error code
216 uint8_t errCode; // Zero if operation succeeded;otherwise failed
394 * @param[in] errCode Error code
398 BTSTACK_API uint16_t AVDT_AbortRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
455 * @param[in] errCode Error code
462 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepInfo *sepInfo, uint8_t numSeps);
487 * @param[in] errCode Error code
492 BTSTACK_API uint16_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
517 * @param[in] errCode Error code
523 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
545 * @param[in] errCode Error code
549 BTSTACK_API uint16_t AVDT_DelayRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
571 * @param[in] errCode Error code
575 BTSTACK_API uint16_t AVDT_OpenRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
641 * @param[in] errCode Error code ot the failed handle
645 BTSTACK_API uint16_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
670 * @param[in] errCode Error code ot the failed handle
675 uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
696 * @param[in] errCode Error code
700 BTSTACK_API uint16_t AVDT_CloseRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
724 * @param[in] errCode Error code
749 * @param[in] errCode Error code
753 BTSTACK_API uint16_t AVDT_ConnectRsp(const BtAddr *bdAddr, uint8_t errCode);
786 * @param[in] errCode Error code
790 BTSTACK_API uint16_t AVDT_DisconnectRsp(const BtAddr *bdAddr, uint8_t errCode);