Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 796d98b3 authored by Ted Wang's avatar Ted Wang
Browse files

Disable sniff mode for Phonak device

Phonak device does not handling well after entering sniff subrating
mode. Disable sniff mode to avoid this problem.

Tag: #compatibility
Bug: 16240099
Test: manual
Change-Id: I909d1bfe3106749bfa261b3977a207d1880dded0
parent 13515a7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -172,6 +172,9 @@ static const interop_addr_entry_t interop_addr_database[] = {
    // KDDI Carkit
    {{{0x44, 0xea, 0xd8, 0, 0, 0}}, 3, INTEROP_DISABLE_SNIFF},

    // Phonak
    {{{0x70, 0x66, 0x1b, 0, 0, 0}}, 3, INTEROP_DISABLE_SNIFF},

    // Toyota Camry 2018 Carkit HFP AT+BIND missing
    {{{0x94, 0xb2, 0xcc, 0x30, 0, 0}}, 4, INTEROP_SLC_SKIP_BIND_COMMAND},
};