Files
MuditaOS/module-bluetooth
Bartosz Cichocki cd07a0aacb [EGD-4138] updated BT docs (#884)
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
2020-10-28 13:15:45 +01:00
..
2020-10-14 12:02:17 +02:00
2020-10-28 13:15:45 +01: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
    • interface code - for other modules to use
      • profiles - implementation of Bluetooth profiles
    • glucode code needed for libraries to work
  • lib Libraries used with as little modifications as possible

Events flowchart

Flowchart