nl::Weave::DeviceLayer::Internal::GenericConnectivityManagerImpl_BLE

#include <src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConnectivityManagerImpl_BLE.h>

Bietet eine generische Implementierung von BLE-spezifischen ConnectivityManager-Funktionen für Plattformen, auf denen BLE-Funktionalität durch die Klasse BLEManager implementiert wird.

Zusammenfassung

Diese Klasse soll (direkt oder indirekt) von der Klasse ConnectivityManagerImpl übernommen werden, die auch als ImplClass-Parameter der Vorlage angezeigt wird.

Die meisten Methoden dieser Klasse leiten Aufrufe einfach an ähnlich benannte Methoden in der Klasse BLEManager weiter. Diese Anordnung, bei der die Implementierung des ConnectivityManager die BLE-Unterstützung an die Klasse BLEManager delegiert, ist auf Plattformen, die BLE unterstützen, Standard. Dies trägt dazu bei, die Komplexität der Klasse ConnectivityManagerImpl zu begrenzen.

Öffentliche Funktionen

_GetBLEDeviceName(char *buf, size_t bufSize)
_GetWoBLEServiceMode(void)
ConnectivityManager::WoBLEServiceMode
_IsBLEAdvertising(void)
bool
_IsBLEAdvertisingEnabled(void)
bool
_IsBLEFastAdvertisingEnabled(void)
bool
_NumBLEConnections(void)
uint16_t
_SetBLEAdvertisingEnabled(bool val)
_SetBLEDeviceName(const char *deviceName)
_SetBLEFastAdvertisingEnabled(bool val)
_SetWoBLEServiceMode(ConnectivityManager::WoBLEServiceMode val)

Öffentliche statische Funktionen

_WoBLEServiceModeToStr(ConnectivityManager::WoBLEServiceMode mode)
const char *

Öffentliche Funktionen

_GetBLEDeviceName

WEAVE_ERROR _GetBLEDeviceName(
  char *buf,
  size_t bufSize
)

_GetWoBLEServiceMode

ConnectivityManager::WoBLEServiceMode _GetWoBLEServiceMode(
  void
)

_IsBLEAdvertising

bool _IsBLEAdvertising(
  void
)

_IsBLEAdvertisingEnabled

bool _IsBLEAdvertisingEnabled(
  void
)

_IsBLEFastAdvertisingEnabled

bool _IsBLEFastAdvertisingEnabled(
  void
)

_NumBLEConnections

uint16_t _NumBLEConnections(
  void
)

_SetBLEAdvertisingEnabled

WEAVE_ERROR _SetBLEAdvertisingEnabled(
  bool val
)

_SetBLEDeviceName

WEAVE_ERROR _SetBLEDeviceName(
  const char *deviceName
)

_SetBLEFastAdvertisingEnabled

WEAVE_ERROR _SetBLEFastAdvertisingEnabled(
  bool val
)

_SetWoBLEServiceMode

WEAVE_ERROR _SetWoBLEServiceMode(
  ConnectivityManager::WoBLEServiceMode val
)

Öffentliche statische Funktionen

_WoBLEServiceModeToStr

const char * _WoBLEServiceModeToStr(
  ConnectivityManager::WoBLEServiceMode mode
)