From c3556c79e883a463dc5f7f6f8d10f0743f195f2b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 25 Oct 2018 13:06:27 +0100 Subject: binding: bluetooth: add return_bluez_path function Concatenate adapter and device parameters to return a bluez path for usage within the binding's dbus calls. Bug-AGL: SPEC-1630 Change-Id: I4c96fa48baaf12b23aac98ba35f1ca82f7005bcb Signed-off-by: Matt Ranostay --- binding/bluetooth-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binding/bluetooth-common.h') diff --git a/binding/bluetooth-common.h b/binding/bluetooth-common.h index faa9558..bd64f83 100644 --- a/binding/bluetooth-common.h +++ b/binding/bluetooth-common.h @@ -112,6 +112,8 @@ json_object *simple_gvariant_to_json(GVariant *var, json_object *parent, void json_process_path(json_object *jresp, const char *path); +gchar *return_bluez_path(afb_req_t request); + /** * Structure for converting from dbus properties to json * and vice-versa. -- cgit 1.2.3-korg