Skip to content
Snippets Groups Projects
Commit 70f9d810 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Disable absolute volume control for deepblue2 speaker

The speaker does not accept the volume levels from the Phone.
It responds back with rounded down volume levels.

Bug: b/37834035
Test: Manual
Change-Id: Ie5575233c3cf31c087addd3cef1c12ad36b820b0
parent 9c751d23
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,9 @@ static const interop_addr_entry_t interop_addr_database[] = {
// Jeep Uconnect
{{{0x00, 0x54, 0xaf, 0, 0, 0}}, 3, INTEROP_DISABLE_ROLE_SWITCH},
// deepblue2 - cannot change smoothly the volume: b/37834035
{{{0x0c, 0xa6, 0x94, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
};
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment