Home
last modified time | relevance | path

Searched refs:AVDT_PSC_MSK_DELAY_RPT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c566 if (streamCtrl->reqCfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildSetConfigureCmd()
606 if ((avdtMsgData->getcap.cfg->pscMask & AVDT_PSC_MSK_DELAY_RPT) && (sigId != AVDT_SIG_GETCAP)) { in AvdtBuildGetCapRsp()
641 if (streamCtrl->currCfg.cfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildGetConfigureRsp()
678 if (avdtMsgData->reconfigureCmd.cfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildReconfigureCmd()
781 if (cfg->pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildCapability()
1801 sepConfig->pscMask = (sepConfig->pscMask | AVDT_PSC_MSK_DELAY_RPT); in AvdtParseCategoryDelay()
H A Davdtp_int.h36 #define AVDT_PSC_MSK (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC)
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h170 #define AVDT_PSC_MSK_DELAY_RPT (1 << 7) // Delay Reporting macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp454 … cfg[number].cfg.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in CreateSEPConfigureInfo()
477 … cfg[number].cfg.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in CreateSEPConfigureInfo()
H A Da2dp_profile_peer.cpp701 … codecReconfig_.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in SetUserCodecConfigure()
789 codecReconfig_.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in EnableOptionalCodec()