Searched refs:GetBrowsePacket (Results 1 – 7 of 7) sorted by relevance
456 std::shared_ptr<AvrcTgBrowsePacket> GetBrowsePacket(const RawAddress &rawAddr);
620 std::shared_ptr<AvrcTgBrowsePacket> AvrcTgConnectManager::GetBrowsePacket(const RawAddress &rawAddr) in GetBrowsePacket() function in OHOS::bluetooth::AvrcTgConnectManager
775 std::shared_ptr<AvrcTgBrowsePacket> packet = cnManager->GetBrowsePacket(rawAddr_); in Dispatch()
565 std::shared_ptr<AvrcCtBrowsePacket> GetBrowsePacket(const RawAddress &rawAddr);
805 std::shared_ptr<AvrcCtBrowsePacket> packet = cnManager->GetBrowsePacket(rawAddr_); in Dispatch()
850 std::shared_ptr<AvrcCtBrowsePacket> AvrcCtConnectManager::GetBrowsePacket(const RawAddress &rawAddr) in GetBrowsePacket() function in OHOS::bluetooth::AvrcCtConnectManager
1921 …red_ptr<AvrcCtBrowsePacket> packet = AvrcCtConnectManager::GetInstance()->GetBrowsePacket(rawAddr); in ProcessBrowseTimeout()