BluetoothHidDeviceAppSdpSettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a BluetoothHidDeviceAppSdpSettings object for the Bluetooth SDP record.
[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
Parameters
- name
- String
Name of this Bluetooth HID device. Maximum length is 50 bytes.
- description
- String
Description for this Bluetooth HID device. Maximum length is 50 bytes.
- provider
- String
Provider of this Bluetooth HID device. Maximum length is 50 bytes.
- subclass
- SByte
Subclass of this Bluetooth HID device. See www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2
- descriptors
- Byte[]
Descriptors of this Bluetooth HID device. See www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6 Maximum length is 2048 bytes.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.