Searched refs:configStream (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_def.h | 202 ConfigureStream configStream; member
|
H A D | a2dp_profile.cpp | 901 (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 D | a2dp_state_machine.cpp | 162 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 D | a2dp_profile_peer.cpp | 893 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 D | a2dp_avdtp.cpp | 654 (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