mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-06 05:14:35 -04:00
11 lines
238 B
C++
11 lines
238 B
C++
#include "Bluetooth.h"
|
|
|
|
#if MCU_VARIANT == MCU_NRF52
|
|
bool SerialBT_init = false;
|
|
#endif
|
|
|
|
uint32_t bt_pairing_started = 0;
|
|
uint8_t dev_bt_mac[BT_DEV_ADDR_LEN];
|
|
char bt_da[BT_DEV_ADDR_LEN];
|
|
char bt_dh[BT_DEV_HASH_LEN];
|
|
char bt_devname[11];
|