Home
last modified time | relevance | path

Searched refs:AVDT_PSC_MSK_TRANS (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_int.h36 #define AVDT_PSC_MSK (AVDT_PSC_MSK_TRANS | AVDT_PSC_MSK_DELAY_RPT | AVDT_PSC_MSK_CODEC)
H A Davdtp_message.c563 if (streamCtrl->reqCfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildSetConfigureCmd()
603 if (avdtMsgData->getcap.cfg->pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildGetCapRsp()
638 if (streamCtrl->currCfg.cfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildGetConfigureRsp()
675 if (avdtMsgData->reconfigureCmd.cfg.pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildReconfigureCmd()
763 if (cfg->pscMask & AVDT_PSC_MSK_TRANS) { in AvdtBuildCapability()
1781 sepConfig->pscMask = (sepConfig->pscMask | AVDT_PSC_MSK_TRANS); in AvdtParseCategoryTrans()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h163 #define AVDT_PSC_MSK_TRANS (1 << 0) // Media Transport macro
/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()

Completed in 9 milliseconds