Home
last modified time | relevance | path

Searched refs:GetCrCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp570 HILOGI("response: %{public}x", packet.GetCrCode()); in ReceiveUnitRsp()
580 HILOGI("response: %{public}x", packet.GetCrCode()); in ReceiveSubUnitRsp()
809 ExplainCrCodeToResult(lpasvPkt->GetCrCode())); in ReceiveListPlayerApplicationSettingValuesRsp()
854 ExplainCrCodeToResult(gcpasvPkt->GetCrCode())); in ReceiveGetCurrentPlayerApplicationSettingValueRsp()
865 ExplainCrCodeToResult(gcpasvPkt->GetCrCode())); in ReceiveGetCurrentPlayerApplicationSettingValueRsp()
876 ExplainCrCodeToResult(gcpasvPkt->GetCrCode())); in ReceiveGetCurrentPlayerApplicationSettingValueRsp()
943 ExplainCrCodeToResult(gpasatPkt->GetCrCode())); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
954 ExplainCrCodeToResult(gpasatPkt->GetCrCode())); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
1021 ExplainCrCodeToResult(gpasvtPkt->GetCrCode())); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1129 ExplainCrCodeToResult(packet.GetCrCode())); in ReceiveGetPlayStatusRsp()
[all …]
H A Davrcp_ct_unit_info.h107 uint8_t GetCrCode(void) const in GetCrCode() function
H A Davrcp_ct_pass_through.h105 uint8_t GetCrCode(void) const in GetCrCode() function
H A Davrcp_ct_vendor.h133 uint8_t GetCrCode(void) const in GetCrCode() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.h102 uint8_t GetCrCode(void) const in GetCrCode() function
H A Davrcp_tg_vendor.h179 uint8_t GetCrCode(void) const in GetCrCode() function
H A Davrcp_tg_profile.cpp442 … if (pkt->GetCrCode() == AVRC_TG_RSP_CODE_ACCEPTED && pkt->GetKeyState() == AVRC_KEY_STATE_PRESS) { in SendPassRsp()