GattServiceProviderAdvertisingParameters.IsConnectable Property

Definition

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

Applies to