Android.Bluetooth.BluetoothGattService: Method Members

The methods 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

Public Methods

AddCharacteristic(BluetoothGattCharacteristic) : bool
Add a characteristic to this service.
AddService(BluetoothGattService) : bool
Add an included service to this service.
GetCharacteristic(Java.Util.UUID) : BluetoothGattCharacteristic
Returns a characteristic with a given UUID out of the list of characteristics offered by this service.