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

Commit 1e39ae39 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Fix incorrect use of `||` in place of `|`" am: 59579c18 am: 7f8f49f4 am: 2738cbcc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2030464

Change-Id: Ibf00faaf69f70316160fb67488f4e71e63439c8c
parents 10d2113c 2738cbcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ class StateMachineTest : public Test {
                         : ((uint16_t)(remote_bda.address[0] ^
                                       remote_bda.address[1] ^
                                       remote_bda.address[2]))
                                   << 8 ||
                                   << 8 |
                               (remote_bda.address[3] ^ remote_bda.address[4] ^
                                remote_bda.address[5]);
            }));