![]() |
User Guide
Bluetooth Low Energy 5.3
|
OM6XXX provides the most flexible platform for wireless applications, which supports three working modes: SoC Mode, Controller Mode.
In the SoC Mode the link layer, host protocol, profiles and application all run on the OM6XXX as a single chip solution. This is the work mode that the application samples are used.
Please reference "sdk/examples/ble_app_simple" demo project
In the Controller Mode only the link layer runs on the OM6XXX. The host protocol, profiles and application all run on the external microcontroller or PC. These two components communicate via HCI. Generally this mode is not used in the product design except for the product testing.
Please reference "sdk/examples/ble_app_hci" demo project