Loading system/gd/rust/linux/stack/src/bluetooth.rs +3 −0 Original line number Diff line number Diff line Loading @@ -1006,6 +1006,9 @@ impl Bluetooth { )); } props.push(BluetoothProperty::RemoteRssi(result.rssi)); props.push(BluetoothProperty::RemoteAddrType( (result.addr_type as u32).into(), )); props } Loading Loading
system/gd/rust/linux/stack/src/bluetooth.rs +3 −0 Original line number Diff line number Diff line Loading @@ -1006,6 +1006,9 @@ impl Bluetooth { )); } props.push(BluetoothProperty::RemoteRssi(result.rssi)); props.push(BluetoothProperty::RemoteAddrType( (result.addr_type as u32).into(), )); props } Loading