mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 14:29:22 -05:00
Bluetooth interface layer
Right now it properly uses API from bsp/bsp-bluetooth and BlueKitchen stack.
It's meant to provide interface layer for service-bluetooth like that:
os calls <=> service-bluetooth <=> module-bluetooth <=> bluetooth library <=> bsp/bluetooth
Layout
- Bluetooth
interfacecode - for other modules to useglucodecode needed for libraries to workprofilesbluetooth library function wrappers
- lib Libraries used with as little modifications as possible