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

Commit 2738cbcc 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

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

Change-Id: I625fbda26caad7f39d277d69ad3dae8f7628ed22
parents eb8f3007 7f8f49f4
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]);
            }));