core_bluetooth

Crates.iocore_bluetooth
lib.rscore_bluetooth
version0.1.0
sourcesrc
created_at2020-05-12 12:44:57.492308
updated_at2020-05-12 12:44:57.492308
descriptionSafe API wrapper for Core Bluetooth framework
homepage
repositoryhttps://github.com/pingw33n/rust_core_bluetooth
max_upload_size
id240665
size173,881
(pingw33n)

documentation

https://docs.rs/core_bluetooth

README

Core Bluetooth

Safe wrapper around Core Bluetooth framework used to communicate with Bluetooth-equipped low energy (LE) and Basic Rate / Enhanced Data Rate (BR/EDR) wireless technology.

Currently only the central role is supported.

Usage

See example in the crate docs and also the examples directory.

Crate Features

By default MPSC rendezvous channel from std is used to perform native framework calls. With async_std_unstable feature chis channel can be replaced with async_std::sync::channel making it possible to pump events in async context. Note the async_std will need unstable feature enabled.

Commit count: 5

cargo fmt