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

Commit df48bc8d authored by Archie Pusaka's avatar Archie Pusaka Committed by Gerrit Code Review
Browse files

Merge "Floss: Forward remote device's address type from scan result" into main

parents b7b3c2ab 752f9046
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1006,6 +1006,9 @@ impl Bluetooth {
                            ));
                        }
                        props.push(BluetoothProperty::RemoteRssi(result.rssi));
                        props.push(BluetoothProperty::RemoteAddrType(
                            (result.addr_type as u32).into(),
                        ));

                        props
                    }