Home
last modified time | relevance | path

Searched refs:AVRC_TG_RSP_CODE_STABLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_unit_info.h122 …uint8_t crCode_ {AVRC_TG_RSP_CODE_STABLE}; // The value of the "ctype" or th…
H A Davrcp_tg_vendor.cpp309 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGcPacket()
494 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgLpasaPacket()
598 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgLpasvPacket()
761 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGcpasvPacket()
1114 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGpasatPacket()
1292 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGpasvtPacket()
1491 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGeaPacket()
1694 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgGpsPacket()
1772 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgRcrPacket()
1780 crCode_ = AVRC_TG_RSP_CODE_STABLE; in AvrcTgRcrPacket()
H A Davrcp_tg_packet.h54 AVRC_TG_RSP_CODE_STABLE = 0x0C, // Status stable. enumerator
H A Davrcp_tg_profile.cpp750 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetPlayerApplicationSettingAttributeTextRsp()
785 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetPlayerApplicationSettingValueTextRsp()
816 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetElementAttributesRsp()
2062 uint8_t crCode = AVRC_TG_RSP_CODE_STABLE; in ExplainResultToPassCrCode()
2085 uint8_t crCode = AVRC_TG_RSP_CODE_STABLE; in ExplainResultToStatusCrCode()
2089 crCode = AVRC_TG_RSP_CODE_STABLE; in ExplainResultToStatusCrCode()
2108 uint8_t crCode = AVRC_TG_RSP_CODE_STABLE; in ExplainResultToControlCrCode()
H A Davrcp_tg_vendor.h237 …uint8_t crCode_ {AVRC_TG_RSP_CODE_STABLE}; // The value of the "ctype" or th…