|
uint8_t | DEVICE_NAME_DATA [20] = { 'B', 'l', 'u', 'e', 't', 'o', 'o', 't', 'h', 'C', 'l', 'i', 'c', 'k' } |
|
uint8_t | EXTENDED_STRING_DATA [10] = { 'S', 'l', 'a', 'v', 'e' } |
|
uint8_t | PIN_CODE_DATA [10] = { '1', '2', '3', '4' } |
|
Bluetooth Click example.
Description
This example reads and processes data from Bluetooth clicks.
The demo application is composed of two sections :
Application Init
Initializes driver and wake-up module.
Application Task
Reads the received data.
Additional Function
- bluetooth_process ( ) - Logs all received messages on UART, and sends the certain message back to the connected device.
note: Before starting to use this click, it must be paired with other device.
- Author
- MikroE Team