summaryrefslogtreecommitdiff
path: root/mesh/dbus.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-07-04 00:40:40 -0700
committerBrian Gix <brian.gix@intel.com>2019-07-04 10:08:49 -0700
commit70ffc81605df65a26569eaa61cb156646b2b1483 (patch)
tree7dbc0ec7b61c831e7bdeb234dc389161597a5b4b /mesh/dbus.h
parent5f896b47955b5e35d62edb87e44b9baeb9992684 (diff)
downloadbluez-70ffc81605df65a26569eaa61cb156646b2b1483.tar.gz
mesh: Use l_dbus_message...() APIs in more consistent fashion
This removes checks for the return values of l_dbus_message...() calls in the few places where we can rely on ell to handle error cases gracefully.
Diffstat (limited to 'mesh/dbus.h')
-rw-r--r--mesh/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/dbus.h b/mesh/dbus.h
index 879649452..e7643a59d 100644
--- a/mesh/dbus.h
+++ b/mesh/dbus.h
@@ -22,7 +22,7 @@
bool dbus_init(struct l_dbus *dbus);
struct l_dbus *dbus_get_bus(void);
-bool dbus_append_byte_array(struct l_dbus_message_builder *builder,
+void dbus_append_byte_array(struct l_dbus_message_builder *builder,
const uint8_t *data, int len);
void dbus_append_dict_entry_basic(struct l_dbus_message_builder *builder,
const char *key, const char *signature,