Home
last modified time | relevance | path

Searched refs:configRsp (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp185 profilePeer = profile->FindPeerByAddress(msgData.configRsp.addr); in ProcessSetConfigInd()
193 uint8_t *pCodecInfo = msgData.configRsp.codecInfo; in ProcessSetConfigInd()
195 avdtp.SetConfigureRsp(msgData.configRsp.handle, msgData.configRsp.label, msgData.configRsp.category); in ProcessSetConfigInd()
196 profile->ConnectStateChangedNotify(msgData.configRsp.addr, STREAM_CONNECTING, static_cast<void *>(&param)); in ProcessSetConfigInd()
399 profilePeer = profile->FindPeerByAddress(msgData.configRsp.addr); in ProcessSetConfigInd()
406 uint8_t *pCodecInfo = msgData.configRsp.codecInfo; in ProcessSetConfigInd()
426 avdtp.SetConfigureRsp(msgData.configRsp.handle, msgData.configRsp in ProcessSetConfigInd()
[all...]
H A Da2dp_avdtp.cpp353 msg.a2dpMsg.configRsp.addr = bdAddr; in ParseAvdtpConfigureInd()
354 msg.a2dpMsg.configRsp.handle = static_cast<uint8_t>(handle); 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()
357 msg.a2dpMsg.configRsp.role = role; in ParseAvdtpConfigureInd()
392 msg.a2dpMsg.configRsp.addr = bdAddr; in ParseAvdtpReconfigureInd()
393 msg.a2dpMsg.configRsp.handle = static_cast<uint8_t>(handle); in ParseAvdtpReconfigureInd()
394 msg.a2dpMsg.configRsp.label = data.reconfigInd.hdr.label; in ParseAvdtpReconfigureInd()
413 msg.a2dpMsg.configRsp.category.errCode = AVDT_SUCCESS; in ParseAvdtpReconfigureInd()
415 msg.a2dpMsg.configRsp in ParseAvdtpReconfigureInd()
[all...]
H A Da2dp_def.h203 ConfigrueRsp configRsp; member

Completed in 4 milliseconds