Lines Matching refs:transLabel

381  * @param[out]  transLabel  The label of this message
385 BTSTACK_API uint16_t AVDT_AbortReq(uint16_t handle, uint8_t *transLabel);
393 * @param[in] transLabel The label of this message
398 BTSTACK_API uint16_t AVDT_AbortRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
442 * @param[out] transLabel Label of this message
446 BTSTACK_API uint16_t AVDT_DiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel);
454 * @param[in] transLabel Label of Disvover message
462 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepInfo *sepInfo, uint8_t numSeps);
474 * @param[out] transLabel Label of this message
478 BTSTACK_API uint16_t AVDT_GetCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel);
486 * @param[in] transLabel Lable of getcapability cmd
492 BTSTACK_API uint16_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
504 * @param[out] transLabel Label of this message
508 BTSTACK_API uint16_t AVDT_GetAllCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel);
516 * @param[in] transLabel Lable of getcapability cmd
523 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
532 * @param[out] transLabel Label of this message
536 BTSTACK_API uint16_t AVDT_DelayReq(uint16_t handle, uint8_t *transLabel, uint16_t delayValue);
544 * @param[in] transLabel Label of delay cmd
549 BTSTACK_API uint16_t AVDT_DelayRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
558 * @param[out] transLabel Label of this message
562 BTSTACK_API uint16_t AVDT_OpenReq(uint16_t handle, uint8_t *transLabel);
570 * @param[in] transLabel Label of this message
575 BTSTACK_API uint16_t AVDT_OpenRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
586 * @param[out] transLabel Label of this message
590 BTSTACK_API uint16_t AVDT_SetConfigReq(uint16_t handle, uint8_t seid, AvdtSepConfig *sepConfig, uint8_t *transLabel);
599 * @param[in] transLabel Lable of setconfigure cmd
604 BTSTACK_API uint16_t AVDT_SetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);
613 * @param[out] transLabel Label of this message
617 BTSTACK_API uint16_t AVDT_GetConfigReq(uint16_t handle, uint8_t *transLabel);
627 * @param[out] transLabel Lable of this message
631 BTSTACK_API uint16_t AVDT_StartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
639 * @param[in] transLabel Label of start cmd
645 BTSTACK_API uint16_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
656 * @param[out] transLabel Lable of this message
660 BTSTACK_API uint16_t AVDT_SuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
668 * @param[in] transLabel Label of start cmd
675 uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
695 * @param[in] transLabel Label of close cmd
700 BTSTACK_API uint16_t AVDT_CloseRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode);
711 * @param[out] transLabel Label of this message
715 BTSTACK_API uint16_t AVDT_ReconfigReq(uint16_t handle, AvdtSepConfig *cfg, uint8_t *transLabel);
723 * @param[in] transLabel Label of reconfigure cmd
728 BTSTACK_API uint16_t AVDT_ReconfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);
810 * @param[in] transLabel Label of cmd received
816 uint16_t handle, const BtAddr *bdAddr, uint8_t cmd, uint8_t transLabel, AvdtRejErrInfo errInfo);