Home
last modified time | relevance | path

Searched refs:GetVendorContinuePacket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp776 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveListPlayerApplicationSettingValuesRsp()
839 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetCurrentPlayerApplicationSettingValueRsp()
928 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
996 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1063 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetElementAttributesRsp()
1158 …AvrcCtVendorPacket> packet = AvrcCtConnectManager::GetInstance()->GetVendorContinuePacket(rawAddr); in ReceiveAbortContinuingResponseRsp()
1388 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in InformPlayerApplicationSettingChanged()
1525 std::shared_ptr<AvrcCtVendorPacket> pkt = cnManager->GetVendorContinuePacket(rawAddr); in ProcessVendorAvcControlTimeout()
H A Davrcp_ct_connection.h483 std::shared_ptr<AvrcCtVendorPacket> GetVendorContinuePacket(const RawAddress &rawAddr);
H A Davrcp_ct_connection.cpp691 std::shared_ptr<AvrcCtVendorPacket> AvrcCtConnectManager::GetVendorContinuePacket(const RawAddress … in GetVendorContinuePacket() function in OHOS::bluetooth::AvrcCtConnectManager