Searched refs:PROFILE_NAME_AVRCP_CT (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 331 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() 720 IPowerManager::GetInstance().StatusUpdate(RequestStatus::BUSY, PROFILE_NAME_AVRCP_CT, rawAddr); in SendGetCapabilitiesCmd() 722 IPowerManager::GetInstance().StatusUpdate(RequestStatus::IDLE, PROFILE_NAME_AVRCP_CT, rawAddr); in SendGetCapabilitiesCmd() [all …]
|
H A D | avrcp_ct_service.cpp | 24 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 …uto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in FindTgServiceCallback() 2186 …uto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ChannelEventCallback() 2216 …uto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ChannelMessageCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile.h | 57 const std::string PROFILE_NAME_AVRCP_CT = "AvrcpCtService"; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_info.cpp | 30 ProfileInfo(PROFILE_NAME_AVRCP_CT, PROFILE_ID_AVRCP_CT, BLUETOOTH_UUID_AVRCP_CT),
|
H A D | power_spec.cpp | 113 {PROFILE_NAME_AVRCP_CT, MODE_SPEC_AVRCP_CT}, 206 {PROFILE_NAME_AVRCP_CT, SSR_SPEC_AVRCP_CT},
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 245 … 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()
|