Langue

BluetoothHidDeviceAppSdpSettings Constructeur

Définition

Créez un objet BluetoothHidDeviceAppSdpSettings pour l’enregistrement Bluetooth SDP.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V", "", ApiSince=28)]
public BluetoothHidDeviceAppSdpSettings(string? name, string? description, string? provider, sbyte subclass, byte[]? descriptors);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V", "", ApiSince=28)>]
new Android.Bluetooth.BluetoothHidDeviceAppSdpSettings : string * string * string * sbyte * byte[] -> Android.Bluetooth.BluetoothHidDeviceAppSdpSettings

Paramètres

name
String

Nom de cet appareil Bluetooth HID. La longueur maximale est de 50 octets.

description
String

Description de cet appareil Bluetooth HID. La longueur maximale est de 50 octets.

provider
String

Fournisseur de cet appareil Bluetooth HID. La longueur maximale est de 50 octets.

subclass
SByte

Sous-classe de cet appareil Bluetooth HID. Voir www.usb.org/developers/hidpage/HID1_11.pdf section 4.2

descriptors
Byte[]

Descripteurs de cet appareil Bluetooth HID. Consultez www.usb.org/developers/hidpage/HID1_11.pdf chapitre 6 Longueur maximale de 2048 octets.

Attributs

Remarques

Créez un objet BluetoothHidDeviceAppSdpSettings pour l’enregistrement Bluetooth SDP.

Java documentation pour android.bluetooth.BluetoothHidDeviceAppSdpSettings.BluetoothHidDeviceAppSdpSettings(java.lang.String, java.lang.String, java.lang.String, byte, byte[]).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à