Searched refs:GetAvrcpVersion (Results 1 – 3 of 3) sorted by relevance
38 virtual uint16_t GetAvrcpVersion() = 0;
79 MOCK_METHOD0(GetAvrcpVersion, uint16_t(void));
82 uint16_t GetAvrcpVersion() { in GetAvrcpVersion() function in bluetooth::avrcp::AvrcpInterfaceImpl398 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()