The properties of Android.Bluetooth.BluetoothGattService are listed below. For a list of all members, see the BluetoothGattService Members list.
See Also: Inherited members from Java.Lang.Object
| [read-only] | Characteristics | IList<BluetoothGattCharacteristic>. Returns a list of characteristics included in this service. |
| [read-only] | IncludedServices | IList<BluetoothGattService>. Get the list of included GATT services for this service. |
| [read-only] | InstanceId | int. Returns the instance ID for this service |
| [read-only] | Type | GattServiceType. Get the type of this service (primary/secondary) |
| [read-only] | Uuid | Java.Util.UUID. Returns the UUID of this service |
| MCharacteristics | IList. List of characteristics included in this service. | |
| MIncludedServices | IList. List of included services for this service. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |