Docs.rs
bluetooth-rust-0.2.4
bluetooth-rust 0.2.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
uglyoldbob
Dependencies
enum_dispatch ^0.3.13
normal
futures ^0.3.30
normal
log ^0.4
normal
ouroboros ^0.18.5
normal
serde ^1.0.219
normal
tokio ^1.40.0
normal
jni ^0.21.1
normal
jni-min-helper ^0.3.0
normal
winit ^0.30.7
normal
bluer ^0.17.3
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bluetooth_
rust
0.2.4
Bluetooth
Rfcomm
Socket
Trait
Implementors
In crate bluetooth_
rust
bluetooth_rust
Trait
BluetoothRfcommSocketTrait
Copy item path
Source
pub trait BluetoothRfcommSocketTrait { }
Expand description
The common functions for all bluetooth rfcomm sockets
Implementors
§
Source
§
impl<'a>
BluetoothRfcommSocketTrait
for
BluetoothRfcommSocket
<'a>