Searched refs:configInd (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 349 SetConfigureRsp(handle, data.configInd.hdr.label, category); in ParseAvdtpConfigureInd() 355 msg.a2dpMsg.configRsp.label = data.configInd.hdr.label; in ParseAvdtpConfigureInd() 356 (void)memcpy_s(msg.a2dpMsg.configRsp.codecInfo, A2DP_CODEC_SIZE, data.configInd.cfg.codecInfo, A2DP_CODEC_SIZE); in ParseAvdtpConfigureInd() 361 peer->UpdatePeerMtu(data.configInd.hdr.mtu); in ParseAvdtpConfigureInd() 365 peer->SetAcpSeid(data.configInd.acpSeid); in ParseAvdtpConfigureInd() 366 peer->SetPeerCapInfo(handle, peer->GetAcpSeid(), data.configInd.cfg, role); in ParseAvdtpConfigureInd()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 283 AvdtSetConfig configInd; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_impl.c | 473 confirmData.configInd.acpSeid = data->msg.configureCmd.acpSeid; in AvdtActSetConfigInd() 474 confirmData.configInd.intSeid = data->msg.configureCmd.intSeid; in AvdtActSetConfigInd() 475 confirmData.configInd.hdr.mtu = transTbl->peerMtu; in AvdtActSetConfigInd() 476 (void)memcpy_s(&confirmData.configInd.cfg, sizeof(AvdtSepConfig), &(streamCtrl->reqCfg), sizeof(AvdtSepConfig)); in AvdtActSetConfigInd()
|
Completed in 8 milliseconds