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

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

Udostępnia ogólną implementację funkcji ConnectivityManager specyficznych dla BLE na platformach, na których funkcja BLE jest zaimplementowana przez klasę BLEManager.

Podsumowanie

Ta klasa jest dziedziczona (bezpośrednio lub pośrednio) przez klasę ConnectivityManagerImpl, która pojawia się również jako parametr ImplClass szablonu.

Większość metod w tej klasie po prostu przekierowuje wywołania do metod o podobnych nazwach w klasie BLEManager. To rozwiązanie, w którym implementacja ConnectivityManager przekazuje obsługę BLE do klasy BLEManager, jest standardowym na platformach obsługujących ten obiekt i pomaga ograniczyć złożoność klasy ConnectivityManagerImpl.

Funkcje publiczne

_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)

Publiczne funkcje statyczne

_WoBLEServiceModeToStr(ConnectivityManager::WoBLEServiceMode mode)
const char *

Funkcje publiczne

_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
)

Publiczne funkcje statyczne

_WoBLEServiceModeToStr

const char * _WoBLEServiceModeToStr(
  ConnectivityManager::WoBLEServiceMode mode
)