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

Commit 19e84074 authored by Jesse Melhuish's avatar Jesse Melhuish
Browse files

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

Bug: 233123814
Tag: #floss
Test: manual
Change-Id: I2d1bac206eb9183a796e37380415f71908bb4e38
parent b8338171
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);