BluetoothHidDeviceAppQosSettings 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 BluetoothHidDeviceAppQosSettings object for the Bluetooth L2CAP channel.
[Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=28)]
public BluetoothHidDeviceAppQosSettings (Android.Bluetooth.HidDeviceAppQosSettingsServiceType serviceType, int tokenRate, int tokenBucketSize, int peakBandwidth, int latency, int delayVariation);
[<Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=28)>]
new Android.Bluetooth.BluetoothHidDeviceAppQosSettings : Android.Bluetooth.HidDeviceAppQosSettingsServiceType * int * int * int * int * int -> Android.Bluetooth.BluetoothHidDeviceAppQosSettings
Parameters
- serviceType
- HidDeviceAppQosSettingsServiceType
L2CAP service type, default = SERVICE_BEST_EFFORT
- tokenRate
- Int32
L2CAP token rate, default = 0
- tokenBucketSize
- Int32
L2CAP token bucket size, default = 0
- peakBandwidth
- Int32
L2CAP peak bandwidth, default = 0
- latency
- Int32
L2CAP latency, default = MAX
- delayVariation
- Int32
L2CAP delay variation, default = MAX
- 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.