|
class | BLEClientCallbacksImpl |
class | BLEScanCallbacksImpl |
class | BLEController |
◆ addControllerAdapter()
Registers an adapter for a new controller type. Adapter is used to set up a connection and to decode raw data coming from the controller.
- Parameters
-
adapter | Adapter to be added. |
- Returns
- True if successful.
◆ deinit()
bool BLEControllerRegistry::deinit |
( |
| ) |
|
|
static |
◆ disableAutoScan()
void BLEControllerRegistry::disableAutoScan |
( |
| ) |
|
|
static |
Disables the auto-scan feature.
Auto-scan automatically starts scanning whenever there are one or more BLEController instances that have been initialized with BLEController::begin() but are not yet connected. Scanning stops automatically once all BLEController instances are connected.
◆ enableAutoScan()
void BLEControllerRegistry::enableAutoScan |
( |
| ) |
|
|
static |
Enables the auto-scan feature.
Auto-scan automatically starts scanning whenever there are one or more BLEController instances that have been initialized with BLEController::begin() but are not yet connected. Scanning stops automatically once all BLEController instances are connected.
◆ init()
bool BLEControllerRegistry::init |
( |
| ) |
|
|
static |
◆ isAutoScanEnabled()
bool BLEControllerRegistry::isAutoScanEnabled |
( |
| ) |
|
|
static |
Checks whether the auto-scan feature is enabled.
Auto-scan automatically starts scanning whenever there are one or more BLEController instances that have been initialized with BLEController::begin() but are not yet connected. Scanning stops automatically once all BLEController instances are connected.
- Returns
- True if auto-scan is enabled; false otherwise.
◆ isInitialized()
bool BLEControllerRegistry::isInitialized |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: