Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Bluetooth | MBS WinFrameworks Plugin | 22.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This class is used to represent an advertisement received by the system, an advertisement pattern to filter for, or an advertisement payload that needs to be published. In the case it is generated by the system to represent an advertisement received, certain properties are automatically populated.
For more information about its usage, refer to WindowsBluetoothLEAdvertisementWatcherMBS class for receiving advertisements and the WindowsBluetoothLEAdvertisementPublisherMBS class for sending advertisements.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
AdvertisementFlagsClassicNotSupported | 4 |
Specifies Bluetooth BR/EDR not supported. |
AdvertisementFlagsDualModeControllerCapable | 8 |
Specifies simultaneous Bluetooth LE and BR/EDR to same device capable (controller). |
AdvertisementFlagsDualModeHostCapable | 16 |
Specifies simultaneous Bluetooth LE and BR/EDR to same device capable (host) |
AdvertisementFlagsGeneralDiscoverableMode | 2 |
Specifies Bluetooth LE General Discoverable Mode. |
AdvertisementFlagsLimitedDiscoverableMode | 1 |
Specifies Bluetooth LE Limited Discoverable Mode. |
AdvertisementFlagsNone | 0 |
Specifies no flag. |
This class has no sub classes.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsBlueToothDeviceSearchParameterMBS - WindowsBluetoothLEAdvertisementReceivedEventArgsMBS