Expand description
Bluetooth driver subsystem
Provides HCI (Host Controller Interface) transport, command/event protocol, L2CAP basics, and SDP service discovery stubs.
Re-exports§
pub use hci::BluetoothController;pub use hci::ControllerState;
Modules§
- device_
node - Bluetooth HCI device node for userland access
- hci
- Bluetooth HCI (Host Controller Interface) Driver
- l2cap
- Bluetooth L2CAP (Logical Link Control and Adaptation Protocol)
- profiles
- Bluetooth Profiles
- rfcomm
- Bluetooth RFCOMM (Serial Port Emulation Protocol)
Functions§
- get_
controller - Access the global Bluetooth controller
- init
- Initialize the Bluetooth subsystem