hci

Crates.iohci
lib.rshci
version0.1.0
sourcesrc
created_at2018-12-17 07:17:04.417024
updated_at2018-12-17 07:17:04.417024
descriptionA parser for the bluetooth Host-Controller Interface (hci), currently supporting a partial implementation of Bluetooth 5.
homepagehttps://github.com/mwylde/hci-rs
repository
max_upload_size
id102314
size130,708
Micah Wylde (mwylde)

documentation

README

Rust HCI

This library provides a rust parser for the Bluetooth Host Controller Interface protocol (HCI), which is used for communication between a controller (bluetooth chip) and host (a phone or PC, for example).

This library is likely to only be useful to you if you are implementing a bluetooth stack yourself. If you are looking for a high-level library to build bluetooth applications in Rust, take a look at rumble.

Currently this library is alpha quality. There are currently very few tests, and large parts of the protocol are not yet implemented.

Commit count: 0

cargo fmt