summaryrefslogtreecommitdiff
path: root/client/advertising.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-15 16:19:59 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-21 14:08:52 +0200
commitbd0808bf01eb4debe450dcd36ab6cddfd3b57779 (patch)
treecdf8dc624867edbe4bbce777b27e6887292eea34 /client/advertising.h
parent5c8816f0db64462a0f093b82c923c2d12dce95e0 (diff)
downloadbluez-bd0808bf01eb4debe450dcd36ab6cddfd3b57779.tar.gz
client: Add advertise.secondary command
This adds advertose.secondary command which can be used to set a secondary channel to advertise.
Diffstat (limited to 'client/advertising.h')
-rw-r--r--client/advertising.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/advertising.h b/client/advertising.h
index fe3a7c8c6..9967e657b 100644
--- a/client/advertising.h
+++ b/client/advertising.h
@@ -41,3 +41,4 @@ void ad_advertise_data(DBusConnection *conn, int argc, char *argv[]);
void ad_disable_data(DBusConnection *conn);
void ad_advertise_discoverable(DBusConnection *conn, dbus_bool_t *value);
void ad_advertise_discoverable_timeout(DBusConnection *conn, long int *value);
+void ad_advertise_secondary(DBusConnection *conn, const char *value);