feat(bluetooth): add battery indicator to devices with battery status
This commit is contained in:
parent
e51ca81f7d
commit
8973374a80
2 changed files with 30 additions and 2 deletions
|
|
@ -3,10 +3,12 @@
|
|||
|
||||
use std::{collections::HashMap, fmt::Debug, hash::Hash, mem, sync::Arc, time::Duration};
|
||||
|
||||
pub use bluer::DeviceProperty;
|
||||
use bluer::{
|
||||
agent::{Agent, AgentHandle},
|
||||
Adapter, Address, DeviceProperty, Session, Uuid,
|
||||
Adapter, Address, Session, Uuid,
|
||||
};
|
||||
|
||||
use cosmic::iced::{
|
||||
self,
|
||||
futures::{SinkExt, StreamExt},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue