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 D | avrcp_tg_connection.h | 355 …void SetPassTimer(const RawAddress &rawAddr, std::function<void()> callback, int ms, bool isPeriod…
|
H A D | avrcp_tg_connection.cpp | 465 void AvrcTgConnectManager::SetPassTimer( in SetPassTimer() function in OHOS::bluetooth::AvrcTgConnectManager
|
H A D | avrcp_tg_profile.cpp | 450 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 D | avrcp_ct_connection.h | 335 …void SetPassTimer(const RawAddress &rawAddr, const std::function<void()> callback, int ms, bool is…
|
H A D | avrcp_ct_connection.cpp | 438 void AvrcCtConnectManager::SetPassTimer( in SetPassTimer() function in OHOS::bluetooth::AvrcCtConnectManager
|
H A D | avrcp_ct_profile.cpp | 372 cnManager->SetPassTimer(rawAddr, func, AVRC_CT_TIMER_PASS_THROUGH); in SendPassCmd()
|