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
Back to WindowsBluetoothLEAdvertisementReceivedEventArgsMBS class.
WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.AdvertisementTypeConnectableDirected = 1
Type | Topic | Plugin | Version |
const | Bluetooth | MBS WinFrameworks Plugin | 22.2 |
The advertisement is directed and indicates that the device is connectable but not scannable. This advertisement type cannot carry data.
This corresponds with the ADV_DIRECT_IND type defined in the Bluetooth LE specifications.
WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.AdvertisementTypeConnectableUndirected = 0
Type | Topic | Plugin | Version |
const | Bluetooth | MBS WinFrameworks Plugin | 22.2 |
The advertisement is undirected and indicates that the device is connectable and scannable. This advertisement type can carry data.
This corresponds with the ADV_IND type defined in the Bluetooth LE specifications.
WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.AdvertisementTypeNonConnectableUndirected = 3
Type | Topic | Plugin | Version |
const | Bluetooth | MBS WinFrameworks Plugin | 22.2 |
The advertisement is undirected and indicates that the device is not connectable nor scannable. This advertisement type can carry data.
This corresponds with the ADV_NONCONN_IND type defined in the Bluetooth LE specifications.
WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.AdvertisementTypeScannableUndirected = 2
Type | Topic | Plugin | Version |
const | Bluetooth | MBS WinFrameworks Plugin | 22.2 |
The advertisement is undirected and indicates that the device is scannable but not connectable. This advertisement type can carry data.
This corresponds with the ADV_SCAN_IND type defined in the Bluetooth LE specifications.
WindowsBluetoothLEAdvertisementReceivedEventArgsMBS.AdvertisementTypeScanResponse = 4
Type | Topic | Plugin | Version |
const | Bluetooth | MBS WinFrameworks Plugin | 22.2 |
This advertisement is a scan response to a scan request issued for a scannable advertisement. This advertisement type can carry data.
This corresponds with the SCAN_RSP type defined in the Bluetooth LE specifications.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.