Home
last modified time | relevance | path

Searched refs:SetPassTimer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h355 …void SetPassTimer(const RawAddress &rawAddr, std::function<void()> callback, int ms, bool isPeriod…
H A Davrcp_tg_connection.cpp465 void AvrcTgConnectManager::SetPassTimer( in SetPassTimer() function in OHOS::bluetooth::AvrcTgConnectManager
H A Davrcp_tg_profile.cpp450 cnManager->SetPassTimer(rawAddr, func, AVRC_TG_TIMER_PASS_THROUGH); in SendPassRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h335 …void SetPassTimer(const RawAddress &rawAddr, const std::function<void()> callback, int ms, bool is…
H A Davrcp_ct_connection.cpp438 void AvrcCtConnectManager::SetPassTimer( in SetPassTimer() function in OHOS::bluetooth::AvrcCtConnectManager
H A Davrcp_ct_profile.cpp372 cnManager->SetPassTimer(rawAddr, func, AVRC_CT_TIMER_PASS_THROUGH); in SendPassCmd()