feat(bluetooth): get bluetooth devices

This commit is contained in:
2025-05-23 21:09:36 +02:00
commit 93b3bb4830
11 changed files with 1122 additions and 0 deletions

4
rustup-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "1.87.0"
components = [ "rustfmt", "rust-src", "clippy", "rust-analyzer" ]
profile = "default"