MCPcopy Create free account
hub / github.com/BruceDevices/firmware / isBLEInitialized

Function isBLEInitialized

src/modules/ble/BLE_Suite.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102//=============================================================================
103
104bool isBLEInitialized() {
105 return BLEStateManager::isBLEActive() || NimBLEDevice::getAdvertising() != nullptr ||
106 NimBLEDevice::getScan() != nullptr || NimBLEDevice::getServer() != nullptr;
107}
108
109//=============================================================================
110// FastPair Model Database

Callers 1

selectTargetFromScanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected