From 179f93118b7ecfc50c85c3b8714419ebb3fa2325 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Sun, 12 May 2019 21:41:13 -0700 Subject: binding: bluetooth-map: add encoder for bMessage composing Bug-AGL: SPEC-2351 SPEC-2392 Change-Id: I40425ed3dff4aabacfc520e5e3887e93f82a7b5e Signed-off-by: Matt Ranostay --- binding/bluetooth-map-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binding/bluetooth-map-common.h') diff --git a/binding/bluetooth-map-common.h b/binding/bluetooth-map-common.h index ba68781..8b2f469 100644 --- a/binding/bluetooth-map-common.h +++ b/binding/bluetooth-map-common.h @@ -174,5 +174,6 @@ json_object *get_named_property(const struct property_info *pi, /* functions defined in bluetooth-map-bmessage.c */ json_object *bmessage_parse(const gchar *bmessage); +GString *bmessage_encoder(afb_req_t request); #endif /* BLUETOOTH_MAP_COMMON_H */ -- cgit 1.2.3-korg