Skip to content

pYtoner/rust_core_bluetooth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

Safe Rust API to CoreBluetooth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%