nl:: Weave:: DeviceLayer:: Internal:: BLEManager
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/internal/BLEManager.h>
यह Weave डिवाइस के लिए, WoBLE सेवाओं और कनेक्टिविटी को कंट्रोल करने की सुविधा देता है.
खास जानकारी
BLEManager एक सिंगलटन ऑब्जेक्ट का ऐब्स्ट्रैक्ट इंटरफ़ेस है. यह Weave डिवाइस के लिए, WoBLE सेवाओं और कनेक्टिविटी को कंट्रोल करने की सुविधा देता है. BLEManager एक इंटरनल ऑब्जेक्ट है. इसका इस्तेमाल Weave डिवाइस लेयर वाले अन्य कॉम्पोनेंट में किया जाता है. हालांकि, इसे ऐप्लिकेशन से सीधे तौर पर ऐक्सेस नहीं किया जा सकता.
इनहेरिटेंस
पहले से मालूम सब-क्लास:nl::Weave::DeviceLayer::Internal::BLEManagerImpl
nl::Weave::DeviceLayer::Internal::BLEManagerImpl
nl::Weave::DeviceLayer::Internal::BLEManagerImpl
सार्वजनिक प्रकार |
|
---|---|
WoBLEServiceMode
|
इसका उपयोग कर रहा हैConnectivityManager::WoBLEServiceMode
|
सार्वजनिक फ़ंक्शन |
|
---|---|
GetBleLayer(void) const
|
|
GetDeviceName(char *buf, size_t bufSize)
|
|
GetWoBLEServiceMode(void)
|
WoBLEServiceMode
|
Init(void)
|
|
IsAdvertising(void)
|
bool
|
IsAdvertisingEnabled(void)
|
bool
|
IsFastAdvertisingEnabled(void)
|
bool
|
NumConnections(void)
|
uint16_t
|
OnPlatformEvent(const WeaveDeviceEvent *event)
|
void
|
SetAdvertisingEnabled(bool val)
|
|
SetDeviceName(const char *deviceName)
|
|
SetFastAdvertisingEnabled(bool val)
|
|
SetWoBLEServiceMode(WoBLEServiceMode val)
|
सुरक्षित फ़ंक्शन |
|
---|---|
BLEManager()=default
|
|
BLEManager(const BLEManager &)=delete
|
|
BLEManager(const BLEManager &&)=delete
|
|
operator=(const BLEManager &)=delete
|
|
~BLEManager()=default
|
|
सार्वजनिक प्रकार
WoBLEServiceMode
ConnectivityManager::WoBLEServiceMode WoBLEServiceMode
सार्वजनिक फ़ंक्शन
GetBleLayer
::nl::Ble::BleLayer * GetBleLayer( void ) const
GetDeviceName
WEAVE_ERROR GetDeviceName( char *buf, size_t bufSize )
GetWoBLEServiceMode
WoBLEServiceMode GetWoBLEServiceMode( void )
Init
WEAVE_ERROR Init( void )
IsAdvertising
bool IsAdvertising( void )
IsAdvertisingEnabled
bool IsAdvertisingEnabled( void )
IsFastAdvertisingEnabled
bool IsFastAdvertisingEnabled( void )
NumConnections
uint16_t NumConnections( void )
OnPlatformEvent
void OnPlatformEvent( const WeaveDeviceEvent *event )
SetAdvertisingEnabled
WEAVE_ERROR SetAdvertisingEnabled( bool val )
SetDeviceName
WEAVE_ERROR SetDeviceName( const char *deviceName )
SetFastAdvertisingEnabled
WEAVE_ERROR SetFastAdvertisingEnabled( bool val )
SetWoBLEServiceMode
WEAVE_ERROR SetWoBLEServiceMode( WoBLEServiceMode val )
सुरक्षित फ़ंक्शन
BLEManager
BLEManager()=default
BLEManager
BLEManager( const BLEManager & )=delete