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

Commit b10dd668 authored by Archie Pusaka's avatar Archie Pusaka Committed by Automerger Merge Worker
Browse files

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

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

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



Change-Id: I4bc33ec752904c15c39f9aa1a02eab772de1870d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c7bf930 2eb7fd23
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
                    }