bluetoothSharing property
Whether bluetooth sharing is allowed.
Optional. Possible string values are:
- "BLUETOOTH_SHARING_UNSPECIFIED" : Unspecified. Defaults to BLUETOOTH_SHARING_ALLOWED.
- "BLUETOOTH_SHARING_ALLOWED" : Bluetooth sharing is allowed on personal profile.Supported on Android 8 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported if this is set for a personal device.
- "BLUETOOTH_SHARING_DISALLOWED" : Bluetooth sharing is disallowed on personal profile.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 8. A NonComplianceDetail with MANAGEMENT_MODE is reported if this is set for a personal device.
Implementation
core.String? bluetoothSharing;