Expand description
Interact with Bluetooth devices via RFCOMM channels.
Modules§
- os
- OS-specific functionality
Structs§
- BtAddr
- A 6-byte long MAC address.
- BtDevice
- A device with its a name and address.
- BtSocket
- The bluetooth socket.
- BtSocket
Connect - 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.