My Project
Loading...
Searching...
No Matches
MTC4BTController.cpp File Reference
#include "MTC4BTController.h"
#include "MCLed.h"
#include "MCStatusLed.h"
#include "enums.h"
#include "log4MC.h"
Include dependency graph for MTC4BTController.cpp:

Macros

#define Discovery_TaskPriority   2
 
#define Discovery_CoreID   CONFIG_BT_NIMBLE_PINNED_TO_CORE
 
#define Discovery_StackDepth   3072
 

Variables

const uint32_t BLINK_AT_CONNECT_DURATION_IN_MS = 3000
 
const uint32_t BLE_SCAN_DURATION_IN_SECONDS = 2
 
const uint32_t BLE_CONNECT_DELAY_IN_SECONDS = 3
 
const int8_t WATCHDOG_TIMEOUT_IN_TENS_OF_SECONDS = 3
 

Macro Definition Documentation

◆ Discovery_CoreID

#define Discovery_CoreID   CONFIG_BT_NIMBLE_PINNED_TO_CORE

◆ Discovery_StackDepth

#define Discovery_StackDepth   3072

◆ Discovery_TaskPriority

#define Discovery_TaskPriority   2

Variable Documentation

◆ BLE_CONNECT_DELAY_IN_SECONDS

const uint32_t BLE_CONNECT_DELAY_IN_SECONDS = 3

◆ BLE_SCAN_DURATION_IN_SECONDS

const uint32_t BLE_SCAN_DURATION_IN_SECONDS = 2

◆ BLINK_AT_CONNECT_DURATION_IN_MS

const uint32_t BLINK_AT_CONNECT_DURATION_IN_MS = 3000

◆ WATCHDOG_TIMEOUT_IN_TENS_OF_SECONDS

const int8_t WATCHDOG_TIMEOUT_IN_TENS_OF_SECONDS = 3