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

init

Function init 

Source
pub fn init() -> Result<(), KernelError>
Expand description

Initialize the Bluetooth device node subsystem. Creates the /dev/bluetooth/hci0 device node entry. Must be called after the Bluetooth controller is initialized.