Android.Bluetooth.BluetoothGattServer.SendResponse Method
Send a response to a read or write request to a remote device.

Syntax

[Android.Runtime.Register("sendResponse", "(Landroid/bluetooth/BluetoothDevice;III[B)Z", "")]
public bool SendResponse (BluetoothDevice device, int requestId, [Android.Runtime.GeneratedEnum] ProfileState status, int offset, byte[] value)

Parameters

device
The remote device to send this response to
requestId
The ID of the request that was received with the callback
status
The status of the request to be sent to the remote devices
offset
Value offset for partial read/write response
value
The value of the attribute that was read/written (optional)

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18