Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmuthukumar authored and surban committed Aug 31, 2022
1 parent 83ba941 commit c935112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluer/examples/discover_devices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async fn query_device(adapter: &Adapter, addr: Address) -> bluer::Result<()> {
println!(" Icon: {:?}", device.icon().await?);
println!(" Class: {:?}", device.class().await?);
println!(" UUIDs: {:?}", device.uuids().await?.unwrap_or_default());
println!(" Paried: {:?}", device.is_paired().await?);
println!(" Paired: {:?}", device.is_paired().await?);
println!(" Connected: {:?}", device.is_connected().await?);
println!(" Trusted: {:?}", device.is_trusted().await?);
println!(" Modalias: {:?}", device.modalias().await?);
Expand Down

0 comments on commit c935112

Please sign in to comment.