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