GattServiceProviderAdvertisingParameters.IsConnectable Property
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.
Gets or sets a boolean that indicates if the GATT service is connectable.
public:
property bool IsConnectable { bool get(); void set(bool value); };
bool IsConnectable();
void IsConnectable(bool value);
public bool IsConnectable { get; set; }
var boolean = gattServiceProviderAdvertisingParameters.isConnectable;
gattServiceProviderAdvertisingParameters.isConnectable = boolean;
Public Property IsConnectable As Boolean
Property Value
Boolean
bool
A boolean that indicates if the GATT service is connectable.
Windows requirements
App capabilities |
bluetooth
|