From cbc5d9c6939a30fe5158152ce7e8790e9a68fea1 Mon Sep 17 00:00:00 2001 From: Ted Wang Date: Thu, 6 Aug 2020 14:44:43 +0800 Subject: [PATCH] Add Honda Civic Carkit into IOP table to only use AVRCP 1.4 Tag: #compatibility Bug: 161911491 Test: Maual Change-Id: I25e939fbd98eef6a5d8e731b937f9afce73f3faa --- device/include/interop_database.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device/include/interop_database.h b/device/include/interop_database.h index 52cf78cf0..3a969efec 100644 --- a/device/include/interop_database.h +++ b/device/include/interop_database.h @@ -156,6 +156,9 @@ static const interop_addr_entry_t interop_addr_database[] = { // Honda High End Carkit {{{0x9c, 0x8d, 0x7c, 0, 0, 0}}, 3, INTEROP_AVRCP_1_4_ONLY}, + + // Honda Civic Carkit + {{{0x0c, 0xd9, 0xc1, 0, 0, 0}}, 3, INTEROP_AVRCP_1_4_ONLY}, }; typedef struct { -- 2.11.0