Home
last modified time | relevance | path

Searched refs:pscMask (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c563 if (streamCtrl->reqCfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildSetConfigureCmd()
566 if (streamCtrl->reqCfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildSetConfigureCmd()
603 if (avdtMsgData->getcap.cfg->pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildGetCapRsp()
606 if ((avdtMsgData->getcap.cfg->pscMask & AVDT_PSC_MSK_DELAY_RPT) && (sigId != AVDT_SIG_GETCAP)) { in AvdtBuildGetCapRsp()
638 if (streamCtrl->currCfg.cfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildGetConfigureRsp()
641 if (streamCtrl->currCfg.cfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildGetConfigureRsp()
675 if (avdtMsgData->reconfigureCmd.cfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildReconfigureCmd()
678 if (avdtMsgData->reconfigureCmd.cfg.pscMask & AVDT_PSC_MSK_DELAY_RPT) { in AvdtBuildReconfigureCmd()
690 streamCtrl->reqCfg.pscMask = AVDT_PSC_MSK_CODEC; /* reconfigure is modify codec only */ in AvdtBuildReconfigureCmd()
763 if (cfg->pscMask in AvdtBuildCapability()
[all...]
H A Davdtp_impl.c238 capability.pscMask = streamConfig->cfg.pscMask; in AvdtGetSepConfig()
245 LOG_DEBUG("[AVDT]%{public}s: GetCapdata acpid(%hu),capability.pscMask(%hu),capability.numCodec(%hhu) ", in AvdtGetSepConfig()
248 capability.pscMask, in AvdtGetSepConfig()
598 capability.pscMask = sigCtrl->streamCtrl[i].currCfg.cfg.pscMask; in AvdtGetConfig()
604 LOG_DEBUG("[AVDT]%{public}s: sepNumber(%{public}d),seid(%hu),capability.pscMask(%hu)," in AvdtGetConfig()
609 capability.pscMask, in AvdtGetConfig()
H A Davdtp_ctrl.c1710 if (avdtStreamConfig[i].cfg.pscMask == 0 || ((avdtStreamConfig[i].cfg.pscMask & (~AVDT_PSC_MSK)) != 0)) { in AvdtRegisterLocalSEP()
1712 __func__, avdtStreamConfig[i].cfg.pscMask); in AvdtRegisterLocalSEP()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp701 codecReconfig_.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in SetUserCodecConfigure()
703 codecReconfig_.pscMask = AVDT_PSC_MSK_CODEC; in SetUserCodecConfigure()
789 codecReconfig_.pscMask = (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC); in EnableOptionalCodec()
961 configureStream_.cfg.pscMask = streamCtrl_[selectbleStreamIndex_].GetPeerSEPInformation().pscMask; in SetConfigure()
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()
905 data.a2dpMsg.configStream.cfg.pscMask = AVDT_PSC_MSK_CODEC; in Reconfigure()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h209 uint16_t pscMask; // Protocol service capabilities mask member

Completed in 11 milliseconds