All of lore.kernel.org
 help / color / mirror / Atom feed
* [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers
@ 2020-09-12  6:49 Miao-chen Chou
  2020-09-12  6:50 ` [BlueZ PATCH v5 2/8] PRE-UPSTREAM: adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface Miao-chen Chou
  0 siblings, 1 reply; 6+ messages in thread
From: Miao-chen Chou @ 2020-09-12  6:49 UTC (permalink / raw)
  To: Bluetooth Kernel Mailing List
  Cc: Alain Michaud, Manish Mandlik, Howard Chung,
	Luiz Augusto von Dentz, Miao-chen Chou

Given that adapter.h refers symbols from lib/bluetooth.h and lib/sdp.h,
these two headers should be included directly in adapter.h.

Reviewed-by: Manish Mandlik <mmandlik@chromium.org>
---

(no changes since v1)

 src/adapter.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/adapter.h b/src/adapter.h
index f8ac20261..c70a7b0da 100644
--- a/src/adapter.h
+++ b/src/adapter.h
@@ -26,6 +26,9 @@
 #include <dbus/dbus.h>
 #include <glib.h>
 
+#include <lib/bluetooth.h>
+#include <lib/sdp.h>
+
 #define MAX_NAME_LENGTH		248
 
 /* Invalid SSP passkey value used to indicate negative replies */
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers
@ 2020-09-12  6:51 Miao-chen Chou
  2020-09-14 19:47 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 6+ messages in thread
From: Miao-chen Chou @ 2020-09-12  6:51 UTC (permalink / raw)
  To: Bluetooth Kernel Mailing List
  Cc: Manish Mandlik, Howard Chung, Luiz Augusto von Dentz,
	Alain Michaud, Miao-chen Chou

Given that adapter.h refers symbols from lib/bluetooth.h and lib/sdp.h,
these two headers should be included directly in adapter.h.

Reviewed-by: Manish Mandlik <mmandlik@chromium.org>
---

(no changes since v1)

 src/adapter.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/adapter.h b/src/adapter.h
index f8ac20261..c70a7b0da 100644
--- a/src/adapter.h
+++ b/src/adapter.h
@@ -26,6 +26,9 @@
 #include <dbus/dbus.h>
 #include <glib.h>
 
+#include <lib/bluetooth.h>
+#include <lib/sdp.h>
+
 #define MAX_NAME_LENGTH		248
 
 /* Invalid SSP passkey value used to indicate negative replies */
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-15 19:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  6:49 [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers Miao-chen Chou
2020-09-12  6:50 ` [BlueZ PATCH v5 2/8] PRE-UPSTREAM: adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface Miao-chen Chou
2020-09-12  6:51 [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers Miao-chen Chou
2020-09-14 19:47 ` Luiz Augusto von Dentz
2020-09-15 19:29   ` Miao-chen Chou
2020-09-15 19:53     ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.