BluetoothGattService.IncludedServices Property

Definition

Get the list of included GATT services for this service.

public virtual System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>? IncludedServices { [Android.Runtime.Register("getIncludedServices", "()Ljava/util/List;", "GetGetIncludedServicesHandler")] get; }
[<get: Android.Runtime.Register("getIncludedServices", "()Ljava/util/List;", "GetGetIncludedServicesHandler")>]
member this.IncludedServices : System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>

Property Value

List of included services or empty list if no included services were discovered.

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGattService.getIncludedServices().

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.

Applies to