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

Commit 7f8f49f4 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

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

Change-Id: I4ae3e7dd210f744cb171da99103905ae1ac3c6f5
parents a6fd72a8 59579c18
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]);
            }));