#bluetooth #interface #parser #host #protocols #partial #supporting

hci

A parser for the bluetooth Host-Controller Interface (hci), currently supporting a partial implementation of Bluetooth 5

1 unstable release

Uses old Rust 2015

0.1.0 Dec 17, 2018

#56 in #supporting

MIT/Apache

97KB
2.5K SLoC

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.

Dependencies

~1MB
~15K SLoC