Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.cpp25 AvrcTgConnectInfo::AvrcTgConnectInfo(const std::string &btAddr, uint8_t connectId, uint8_t role, ui… in AvrcTgConnectInfo() function in OHOS::bluetooth::AvrcTgConnectInfo
60 AvrcTgConnectInfo::~AvrcTgConnectInfo() in ~AvrcTgConnectInfo()
106 AvrcTgConnectInfo(rawAddr.GetAddress(), in Add()
136 const AvrcTgConnectInfo *info = nullptr; in GetConnectInfo()
238 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId()
252 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId()
266 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetControlMtu()
280 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetControlMtu()
294 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetBrowseMtu()
308 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetBrowseMtu()
[all …]
H A Davrcp_tg_connection.h33 class AvrcTgConnectInfo {
38AvrcTgConnectInfo(const std::string &btAddr, uint8_t connectId, uint8_t role, uint16_t controlMtu,
45 ~AvrcTgConnectInfo();
50 AvrcTgConnectInfo() = delete;
158 const AvrcTgConnectInfo *GetConnectInfo(const RawAddress &rawAddr);
488 std::map<std::string, AvrcTgConnectInfo> infos_ {};
503 AvrcTgConnectInfo *GetConnectInfo(const std::string &btAddr);
H A Davrcp_tg_state_machine.cpp363 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
546 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
652 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
699 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
809 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()