summaryrefslogtreecommitdiff
path: root/src/advertising.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-18 13:44:25 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-18 14:08:05 +0200
commit78fb8e0e012ab5cd16a945983f1e721f7334fe41 (patch)
tree0ab69543bb1a97893b65d8becdb0ba566c73d887 /src/advertising.h
parentd356a6242be9a1aba2cca871b79618e3b28a5ec2 (diff)
downloadbluez-78fb8e0e012ab5cd16a945983f1e721f7334fe41.tar.gz
core/advertising: Simplify names
This simplifies names so terms like advertisement/advertising are reduced to adv, also use client term to refer to registered D-Bus clients to make the code more readable.
Diffstat (limited to 'src/advertising.h')
-rw-r--r--src/advertising.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/advertising.h b/src/advertising.h
index a4b99ff87..b783cf075 100644
--- a/src/advertising.h
+++ b/src/advertising.h
@@ -18,8 +18,7 @@
*/
struct btd_adapter;
-struct btd_advertising;
+struct btd_adv_manager;
-struct btd_advertising *btd_advertising_manager_new(
- struct btd_adapter *adapter);
-void btd_advertising_manager_destroy(struct btd_advertising *manager);
+struct btd_adv_manager *btd_adv_manager_new(struct btd_adapter *adapter);
+void btd_adv_manager_destroy(struct btd_adv_manager *manager);