Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h202 ConfigureStream configStream; member
H A Da2dp_profile.cpp901 (void)memcpy_s(data.a2dpMsg.configStream.cfg.codecInfo, A2DP_CODEC_SIZE, codecInfo, in Reconfigure()
902 sizeof(data.a2dpMsg.configStream.cfg.codecInfo)); in Reconfigure()
903 data.a2dpMsg.configStream.cfg.mediaType = A2DP_MEDIA_TYPE_AUDIO; in Reconfigure()
904 data.a2dpMsg.configStream.cfg.numCodec = A2DP_CODEC_SBC_INFO_LEN; in Reconfigure()
905 data.a2dpMsg.configStream.cfg.pscMask = AVDT_PSC_MSK_CODEC; in Reconfigure()
906 data.a2dpMsg.configStream.intSeid = handle; in Reconfigure()
H A Da2dp_state_machine.cpp162 avdtp.SetConfigureReq(msgData.configStream.addr, in ProcessSetConfigReq()
163 msgData.configStream.intSeid, in ProcessSetConfigReq()
164 msgData.configStream.acpSeid, in ProcessSetConfigReq()
165 msgData.configStream.cfg, in ProcessSetConfigReq()
605 avdtp.ReconfigureReq(msgData.configStream.intSeid, msgData.configStream.cfg, label_); in Dispatch()
H A Da2dp_profile_peer.cpp893 msgData.a2dpMsg.configStream.addr = peerAddress_; in UpdateConfigure()
894 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in UpdateConfigure()
895 msgData.a2dpMsg.configStream.acpSeid = GetAcpSeid(); in UpdateConfigure()
897 (void)memcpy_s(&msgData.a2dpMsg.configStream.cfg, in UpdateConfigure()
1159 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in Reconfigure()
1160 msgData.a2dpMsg.configStream.cfg = codecReconfig_; in Reconfigure()
H A Da2dp_avdtp.cpp654 (void)memcpy_s(&msg.a2dpMsg.configStream, sizeof(ConfigureStream), in ParseAvdtpGetCapabilityCFM()
699 (void)memcpy_s(&msg.a2dpMsg.configStream, sizeof(ConfigureStream), (&peer->GetConfigure()), in ParseAvdtpGetALLCapCFM()

Completed in 8 milliseconds