The members of Android.Bluetooth.BluetoothGattService are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new BluetoothGattService. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ServiceTypePrimary | GattServiceType (0). Primary service |
const | ServiceTypeSecondary | GattServiceType (1). Secondary service (included by primary services) |
[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. |
AddCharacteristic(BluetoothGattCharacteristic)Add a characteristic to this service. | ||
AddService(BluetoothGattService)Add an included service to this service. | ||
GetCharacteristic(Java.Util.UUID)Returns a characteristic with a given UUID out of the list of characteristics offered by this service. |