Partager via


BluetoothServiceCapabilities Énumération

Définition

Indique les fonctionnalités de service d’un appareil.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

public enum class BluetoothServiceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothServiceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothServiceCapabilities
var value = Windows.Devices.Bluetooth.BluetoothServiceCapabilities.none
Public Enum BluetoothServiceCapabilities
Héritage
BluetoothServiceCapabilities
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
bluetooth

Champs

AudioService 256

Audio, par exemple, haut-parleur, microphone, service casque.

CapturingService 64

Capture, par exemple, scanneur, microphone.

InformationService 1024

Informations, par exemple, serveur web, serveur WAP.

LimitedDiscoverableMode 1

Mode détectable limité.

NetworkingService 16

Mise en réseau, par exemple, LAN, Ad hoc.

None 0

Aucune.

ObjectTransferService 128

Transfert d’objets, par exemple, v-Inbox, v-folder.

PositioningService 8

Positionnement ou identification de l’emplacement.

RenderingService 32

Rendu, par exemple, imprimante, haut-parleurs.

TelephoneService 512

Téléphonie, par exemple, sans fil, modem, service casque.

S’applique à