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

Commit 394d7976 authored by Jesse Melhuish's avatar Jesse Melhuish Committed by Gerrit Code Review
Browse files

Merge "Floss: Use fluoride's "empty" UUID instead of null"

parents dc86e603 19e84074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ impl BtSocket {

        let uuid = match service_uuid {
            Some(uu) => Some(Uuid::from(uu)),
            None => None,
            None => Some(Uuid::from([0; 16])),
        };
        let uuid_ptr = LTCheckedPtr::from(&uuid);