Home
last modified time | relevance | path

Searched refs:errParam (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c271 AvdtBuildConfigureRej(sigCtrl, sigId, avdtMsgData->single.errParam, avdtMsgData->single.errCode); in AvdtMsgSendRej()
275 sigCtrl, sigId, avdtMsgData->configureCmd.hdr.errParam, avdtMsgData->configureCmd.hdr.errCode); in AvdtMsgSendRej()
279 sigCtrl, sigId, avdtMsgData->reconfigureCmd.hdr.errParam, avdtMsgData->reconfigureCmd.hdr.errCode); in AvdtMsgSendRej()
1164 (uint16_t)seid, pkt, Offset, &msg.msg.reconfigureCmd.hdr.errCode, &msg.msg.reconfigureCmd.hdr.errParam); in AvdtParseReconfigInd()
1168 sigCtrl, AVDT_SIG_RECONFIG, msg.msg.reconfigureCmd.hdr.errCode, msg.msg.reconfigureCmd.hdr.errParam); in AvdtParseReconfigInd()
1204 (uint16_t)seid, pkt, Offset, &msg.msg.configureCmd.hdr.errCode, &msg.msg.configureCmd.hdr.errParam); in AvdtParseSetconfigInd()
1206 AvdtIndReject(sigCtrl, AVDT_SIG_SETCONFIG, msg.msg.configureCmd.hdr.errCode, msg.msg.configureCmd.hdr.errParam); in AvdtParseSetconfigInd()
1683 void AvdtParseSetconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, uint8_t *errParam) in AvdtParseSetconfig() argument
1706 *errParam = AVDT_PSC_TRANS; in AvdtParseSetconfig()
1722 *errParam in AvdtParseSetconfig()
1829 AvdtParseReconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, uint8_t *errParam) AvdtParseReconfig() argument
1979 AvdtMakeRejMsg(uint8_t sigId, uint8_t errCode, uint8_t errParam, AvdtMsg *msg) AvdtMakeRejMsg() argument
2056 AvdtIndReject(AvdtSigCtrl *sigCtrl, uint8_t sigId, uint8_t errCode, uint8_t errParam) AvdtIndReject() argument
[all...]
H A Davdtp_message.h170 void AvdtParseSetconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, uint8_t *errParam);
171 void AvdtParseReconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, uint8_t *errParam);
189 void AvdtMakeRejMsg(uint8_t sigId, uint8_t errCode, uint8_t errParam, AvdtMsg *msg);
192 void AvdtIndReject(AvdtSigCtrl *sigCtrl, uint8_t sigId, uint8_t errCode, uint8_t errParam);
H A Davdtp_api.c982 evt.msg.configureCmd.hdr.errParam = category.category; in AvdtSetConfigRsp()
1765 evt.msg.configureCmd.hdr.errParam = category.category; in AvdtReconfigRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h199 uint8_t errParam; // error param member
217 uint8_t errParam; // Error parameter included for some events member

Completed in 8 milliseconds