Method
FwupdPluginBluezDevicewrite
Declaration [src]
gboolean
fu_bluez_device_write (
FuBluezDevice* self,
const gchar* uuid,
GByteArray* buf,
GError** error
)
Parameters
uuid |
const gchar* |
The UUID, e.g. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
buf |
An array of guint8 |
Data array. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |