Crate bluetooth_serial_port [] [src]

Interact with Bluetooth devices via RFCOMM channels.

Structs

BtAddr

A 6-byte long MAC address.

BtDevice

A device with its a name and address.

BtSocket

The bluetooth socket.

BtSocketConnect

Manages the bluetooth connection process when used from an asynchronous client.

Enums

BtAsync

What needs to happen to advance to the next state an asynchronous process

BtError

Represents an error which occurred in this library.

BtProtocol

The Bluetooth protocol you can use with this libary.

Functions

scan_devices

Finds a vector of Bluetooth devices in range.