linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers
@ 2020-09-12  6:51 Miao-chen Chou
  2020-09-12  6:51 ` [BlueZ PATCH v5 2/8] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface Miao-chen Chou
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ 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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-12  6:51 [BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 2/8] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface Miao-chen Chou
2020-09-12  7:29   ` [BlueZ,v5,2/8] " bluez.test.bot
2020-09-12  6:51 ` [BlueZ PATCH v5 3/8] adv_monitor: Implement Get functions of Adv monitor manager properties Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 4/8] adv_monitor: Implement RegisterMonitor() Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 5/8] adv_monitor: Implement UnregisterMonitor() Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 6/8] adv_monitor: Handle D-Bus client ready events Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 7/8] adv_monitor: Handle D-Bus proxy event of an ADV monitor Miao-chen Chou
2020-09-12  6:51 ` [BlueZ PATCH v5 8/8] doc: Update Advertisement Monitor API description Miao-chen Chou
2020-09-12  7:32 ` [BlueZ,v5,1/8] adapter: Remove indirect dependency of headers bluez.test.bot
2020-09-14 19:47 ` [BlueZ PATCH v5 1/8] " Luiz Augusto von Dentz
2020-09-15 19:29   ` Miao-chen Chou
2020-09-15 19:53     ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).