nl::Weave::DeviceLayer::Internal::GenericConnectivityManagerImpl_NoBLE
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConnectivityManagerImpl_NoBLE.h>
为不支持 BLE 的平台提供 BLE 专属 ConnectivityManager 功能的通用实现。
摘要
此类旨在被 ConnectivityManagerImpl 类(直接或间接)继承,此类也显示为模板的 ImplClass 参数。
此类的成员均为内联方法,不执行任何操作,并返回静态返回值。这样,编译器就可以在不使用 #ifdef 的情况下优化死代码。例如:
``` if (ConnectivityMgr().GetWoBLEServiceMode() != ConnectivityManager::kWoBLEServiceMode_NotSupported) { // ... do something on devices that support WoBLE ... } ```
公共函数 |
|
---|---|
_GetBLEDeviceName(char *buf, size_t bufSize)
|
|
_GetWoBLEServiceMode(void)
|
ConnectivityManager::WoBLEServiceMode
|
_IsBLEAdvertisingEnabled(void)
|
bool
|
_IsBLEFastAdvertisingEnabled(void)
|
bool
|
_NumBLEConnections(void)
|
uint16_t
|
_SetBLEAdvertisingEnabled(bool val)
|
|
_SetBLEDeviceName(const char *deviceName)
|
|
_SetBLEFastAdvertisingEnabled(bool val)
|
|
_SetWoBLEServiceMode(ConnectivityManager::WoBLEServiceMode val)
|
公共静态函数 |
|
---|---|
_WoBLEServiceModeToStr(ConnectivityManager::WoBLEServiceMode mode)
|
const char *
|
公共函数
_GetBLEDeviceName
WEAVE_ERROR _GetBLEDeviceName(
char *buf,
size_t bufSize
)
_GetWoBLEServiceMode
ConnectivityManager::WoBLEServiceMode _GetWoBLEServiceMode(
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
)
公共静态函数
_WoBLEServiceModeToStr
const char * _WoBLEServiceModeToStr(
ConnectivityManager::WoBLEServiceMode mode
)