diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-12 21:41:13 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-13 03:00:12 -0700 |
commit | 179f93118b7ecfc50c85c3b8714419ebb3fa2325 (patch) | |
tree | 51d709d27b0cafbb4daf0a756e7717bbc0b1d4f3 /binding/bluetooth-map-common.h | |
parent | 0cf29634f36160c69d2759456315df878793e23f (diff) |
binding: bluetooth-map: add encoder for bMessage composing
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: I40425ed3dff4aabacfc520e5e3887e93f82a7b5e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/bluetooth-map-common.h')
-rw-r--r-- | binding/bluetooth-map-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |