Home
last modified time | relevance | path

Searched refs:PROFILE_NAME_AVRCP_CT (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp331 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in SendPressButtonCmd()
333 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAddr); in SendPressButtonCmd()
341 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in SendReleaseButtonCmd()
343 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAddr); in SendReleaseButtonCmd()
462 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in SendUnitCmd()
485 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAddr); in SendUnitCmd()
496 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in SendSubUnitCmd()
519 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAddr); in SendSubUnitCmd()
604 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in ProcessUnitTimeout()
606 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAdd in ProcessUnitTimeout()
[all...]
H A Davrcp_ct_service.cpp24 AvrcpCtService::AvrcpCtService() : utility::Context(PROFILE_NAME_AVRCP_CT, "1.6.2") in AvrcpCtService()
187 GetContext()->OnEnable(PROFILE_NAME_AVRCP_CT, IsEnabled()); in EnableNative()
246 GetContext()->OnDisable(PROFILE_NAME_AVRCP_CT, result == BT_SUCCESS); in OnProfileDisabled()
503 auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in FindTgServiceCallback()
2186 auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ChannelEventCallback()
2216 auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ChannelMessageCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile.h57 const std::string PROFILE_NAME_AVRCP_CT = "AvrcpCtService"; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp30 ProfileInfo(PROFILE_NAME_AVRCP_CT, PROFILE_ID_AVRCP_CT, BLUETOOTH_UUID_AVRCP_CT),
H A Dpower_spec.cpp113 {PROFILE_NAME_AVRCP_CT, MODE_SPEC_AVRCP_CT},
206 {PROFILE_NAME_AVRCP_CT, SSR_SPEC_AVRCP_CT},
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp245 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in impl()
260 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ~impl()
276 service_ = static_cast<IProfileAvrcpCt *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in IsEnabled()
290 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in OnSystemStateChange()

Completed in 8 milliseconds