From 548026e08bd9b83b3685d515a916e2cf674184f3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 9 Oct 2008 14:11:16 +0200 Subject: Make device driver probe calls take UUID's instead of full records This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's. --- audio/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index bdcba754..80e1b107 100644 --- a/audio/device.h +++ b/audio/device.h @@ -50,6 +50,8 @@ struct headset; struct gateway; struct audio_device { + struct btd_device *btd_dev; + DBusConnection *conn; char *path; bdaddr_t src; -- cgit