Platforms to show: All Mac Windows Linux Cross-Platform
WindowsBluetoothLEAdvertisementMBS class
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.
- 3 properties
- 4 methods
- method Constructor Private
- method Destructor
- method ManufacturerData as WindowsBluetoothLEManufacturerDataMBS()
- method ServiceUuids as String()
- 6 constants
Flags
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.
Some properties using for this class:
- WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.Advertisement as WindowsBluetoothLEAdvertisementMBS
Some examples using this class:
Blog Entries
- The Top 10 from the MBS Xojo Plugins in 2022
- News from the MBS Xojo Plugins Version 22.2
- MBS Xojo Plugins, version 22.2pr6
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsBlueToothDeviceSearchParameterMBS - WindowsBluetoothLEAdvertisementReceivedEventArgsMBS