The members of Android.Bluetooth.BluetoothGattServer are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] | ConnectedDevices | IList<BluetoothDevice>. Not supported - please use BluetoothManager.GetConnectedDevices(ProfileType) with BluetoothProfile.Gatt as argument |
[read-only] | Services | IList<BluetoothGattService>. Returns a list of GATT services offered by this device. |
[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. |
AddService(BluetoothGattService)Add a service to the list of services to be hosted. | ||
CancelConnection(BluetoothDevice)Disconnects an established connection, or cancels a connection attempt currently in progress. | ||
ClearServices()Remove all services from the list of provided services. | ||
Close()Close this GATT server instance. | ||
Connect(BluetoothDevice, bool)Initiate a connection to a Bluetooth GATT capable device. | ||
GetConnectionState(BluetoothDevice)Not supported - please use BluetoothManager.GetConnectedDevices(ProfileType) with BluetoothProfile.Gatt as argument | ||
GetDevicesMatchingConnectionStates(ProfileState[])Not supported - please use BluetoothManager.GetDevicesMatchingConnectionStates(ProfileType, System.Int32[]) with BluetoothProfile.Gatt as first argument | ||
GetService(Java.Util.UUID)Returns a Android.Bluetooth.BluetoothGattService from the list of services offered by this device. | ||
NotifyCharacteristicChanged(BluetoothDevice, BluetoothGattCharacteristic, bool)Send a notification or indication that a local characteristic has been updated. | ||
RemoveService(BluetoothGattService)Removes a service from the list of services to be provided. | ||
SendResponse(BluetoothDevice, int, ProfileState, int, byte[])Send a response to a read or write request to a remote device. |