⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module bluetooth

Module bluetooth 

Source
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