USB bluetooth device rump component.
This is a curious driver in the sense that unlike all other current device drivers, it does not require vfs. This is because the driver is controlled via blueto
USB bluetooth device rump component.
This is a curious driver in the sense that unlike all other current device drivers, it does not require vfs. This is because the driver is controlled via bluetooth, which is controlled via PF_BLUETOOTH sockets (as opposed to a /dev node).
show more ...
|