Home
last modified time | relevance | path

Searched refs:AVDT_SIG_GETCAP (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c183 case AVDT_SIG_GETCAP: in AvdtMsgSendCmd()
224 case AVDT_SIG_GETCAP: in AvdtMsgSendRsp()
262 case AVDT_SIG_GETCAP: in AvdtMsgSendRej()
606 if ((avdtMsgData->getcap.cfg->pscMask & AVDT_PSC_MSK_DELAY_RPT) && (sigId != AVDT_SIG_GETCAP)) { in AvdtBuildGetCapRsp()
779 if (sigId != AVDT_SIG_GETCAP) { in AvdtBuildCapability()
1094 case AVDT_SIG_GETCAP: in AvdtParseSignalInd()
1133 if (sigId == AVDT_SIG_GET_ALLCAP || sigId == AVDT_SIG_GETCAP) { in AvdtParseCommonInd()
1273 case AVDT_SIG_GETCAP: in AvdtGetEventBySigidInd()
1328 case AVDT_SIG_GETCAP: in AvdtGetEventBySigidCfm()
1390 case AVDT_SIG_GETCAP in AvdtParseSignalRsp()
[all...]
H A Davdtp_message.h66 #define AVDT_SIG_GETCAP 0x02 // Get capabilities macro
H A Davdtp_impl.c160 AvdtMsgSendCmd(sigCtrl, NULL, AVDT_SIG_GETCAP, &message); in AvdtActGetCapReq()
181 AvdtMsgSendRsp(sigCtrl, NULL, AVDT_SIG_GETCAP, &(data->msg)); in AvdtActGetCapRsp()
183 AvdtMsgSendRej(sigCtrl, AVDT_SIG_GETCAP, &(data->msg)); in AvdtActGetCapRsp()

Completed in 6 milliseconds