1 | %1 is a required parameter. |
%1 is a required parameter. |
2 | A Bluetooth radio is required and it must be enabled to perform this operation. |
A Bluetooth radio is required and it must be enabled to perform this operation. |
100 | This transaction object has already been committed. You cannot perform any operations on this transaction object. |
This transaction object has already been committed. You cannot perform any operations on this transaction object. |
101 | The broadcast characteristic property is not supported. |
The broadcast characteristic property is not supported. |
102 | When specifying an extended characteristic property, the ExtendProperties property must also be set. |
When specifying an extended characteristic property, the ExtendProperties property must also be set. |
103 | The provided characteristic uuid is reserved by the system. |
The provided characteristic uuid is reserved by the system. |
104 | An attempt was made to send a notification from a characteristic that is not notifiable or indicatable. |
An attempt was made to send a notification from a characteristic that is not notifiable or indicatable. |
105 | The provided descriptor uuid is reserved and will be automatically published by the system. |
The provided descriptor uuid is reserved and will be automatically published by the system. |
106 | A call to StopAdvertising can only be made on a service that is already advertising via a call to StartAdvertising. |
A call to StopAdvertising can only be made on a service that is already advertising via a call to StartAdvertising. |
107 | A service cannot publish more than %1 recursive included services. |
A service cannot publish more than %1 recursive included services. |
108 | The system cannot be made discoverable while in the background. |
The system cannot be made discoverable while in the background. |
109 | The Bluetooth adapter does not support peripheral role. Please see BluetoothAdapter to check the capabilities of the adapter. |
The Bluetooth adapter does not support peripheral role. Please see BluetoothAdapter to check the capabilities of the adapter. |
110 | A call to Start can only be made on the object returned by the GattServiceProviderTriggerDetails Connection property in the context of the trigger Run method. |
A call to Start can only be made on the object returned by the GattServiceProviderTriggerDetails Connection property in the context of the trigger Run method. |
200 | The SDP Class Id List is automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map. |
The SDP Class Id List is automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map. |
201 | The StreamSocketListener must be bound before you can start advertising. |
The StreamSocketListener must be bound before you can start advertising. |
202 | The SDP RFCOMM and L2CAP protocol descriptors are automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map. |
The SDP RFCOMM and L2CAP protocol descriptors are automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map. |
203 | RfcommServiceProvider can only be used from background tasks via Device Triggers. |
RfcommServiceProvider can only be used from background tasks via Device Triggers. |
301 | At least one Received event handler must be registered before a watcher can be started. |
At least one Received event handler must be registered before a watcher can be started. |
401 | Signal strength threshold range is invalid, must be between %d dBm and %d dBm. |
Signal strength threshold range is invalid, must be between %d dBm and %d dBm. |
402 | InRangeThresholdInDBm must be greater than or equal to OutOfRangeThresholdInDBm. |
InRangeThresholdInDBm must be greater than or equal to OutOfRangeThresholdInDBm. |
403 | OutOfRangeTimeout range is invalid, must be between %d seconds and %d seconds. |
OutOfRangeTimeout range is invalid, must be between %d seconds and %d seconds. |
404 | SamplingInterval range is invalid. |
SamplingInterval range is invalid. |
501 | The sum of the pattern size and the offset must not exceed the size of the advertisement payload. |
The sum of the pattern size and the offset must not exceed the size of the advertisement payload. |
502 | The maximum number of patterns has been exceeded. |
The maximum number of patterns has been exceeded. |
601 | Local name length must not exceed the size of the advertisement payload. |
Local name length must not exceed the size of the advertisement payload. |
602 | List of service UUIDs must not exceed the size of the advertisement payload. |
List of service UUIDs must not exceed the size of the advertisement payload. |
603 | Maximum number of advertisement data sections exceeded. |
Maximum number of advertisement data sections exceeded. |
701 | Invalid advertisement payload detected. |
Invalid advertisement payload detected. |
702 | Publisher can only be started with a non-empty payload. |
Publisher can only be started with a non-empty payload. |
801 | The SamplingInterval is invalid for background trigger use. |
The SamplingInterval is invalid for background trigger use. |
802 | At least one advertisement filter condition must be specified and it cannot exceed the maximum number of conditions allowed for background triggers. |
At least one advertisement filter condition must be specified and it cannot exceed the maximum number of conditions allowed for background triggers. |
803 | The advertisement filter conditions contain invalid patterns or blocked section types. |
The advertisement filter conditions contain invalid patterns or blocked section types. |
901 | The selected monitoring mode is not supported for this type of device. |
The selected monitoring mode is not supported for this type of device. |
1001 | Your App does not have permission to use Bluetooth in the background. Make sure you have declared the Task Type 'bluetooth' in your manifest. |
Your App does not have permission to use Bluetooth in the background. Make sure you have declared the Task Type 'bluetooth' in your manifest. |
1002 | Your App does not have permission to use the Gatt Service in the background. Make sure you have declared the DeviceCapability and Task Type 'bluetooth' in your manifest and that the application has been granted access to this device. |
Your App does not have permission to use the Gatt Service in the background. Make sure you have declared the DeviceCapability and Task Type 'bluetooth' in your manifest and that the application has been granted access to this device. |
1003 | Your App does not have permission to use the Bluetooth Device. Make sure you have declared the DeviceCapability 'bluetooth' and Task Type 'deviceConnectionChange' in your manifest and that the application has been granted access to this device. |
Your App does not have permission to use the Bluetooth Device. Make sure you have declared the DeviceCapability 'bluetooth' and Task Type 'deviceConnectionChange' in your manifest and that the application has been granted access to this device. |
1004 | The Rfcomm Service you are attempting to register has already been registered in the background. |
The Rfcomm Service you are attempting to register has already been registered in the background. |
1005 | The provided device ID is not from a type of device supported by this trigger. |
The provided device ID is not from a type of device supported by this trigger. |
1006 | This category of device does not support maintaining the connection. |
This category of device does not support maintaining the connection. |
1101 | The provided device ID is not a valid BluetoothDevice object. |
The provided device ID is not a valid BluetoothDevice object. |
1201 | The provided device ID is not a valid BluetoothLEDevice object. |
The provided device ID is not a valid BluetoothLEDevice object. |