Commit Graph

56 Commits

Author SHA1 Message Date
Johan Hedberg
d013a1eaa7 Clean up mess with header files 2007-08-12 23:58:15 +00:00
Johan Hedberg
f817fefff6 Implement proper acceptor side functionality 2007-08-12 21:34:50 +00:00
Johan Hedberg
ff7907b68b Update CreateDevice method to only take one parameter 2007-08-11 23:59:24 +00:00
Johan Hedberg
c1761757df Get rid of some valgrind warnings caused by hci_get_route(NULL) calls 2007-08-11 15:11:13 +00:00
Johan Hedberg
6763ebb3c2 Integrate A2DP work from Johan's and Luiz's GIT trees 2007-08-11 11:05:24 +00:00
Luiz Augusto von Dentz
ac9481b7ad Move server registration and sdp record code from gateway to manager. 2007-07-20 18:03:20 +00:00
Johan Hedberg
06455ab12f Minor coding style fixes 2007-07-19 11:28:42 +00:00
Luiz Augusto von Dentz
a96cee3d98 Fix loading default device from every adapter present and devices that are was previous loaded. 2007-07-10 18:10:35 +00:00
Luiz Augusto von Dentz
389d6a32fa Revert changes on storage, rfcomm might change over time. 2007-06-27 18:31:08 +00:00
Luiz Augusto von Dentz
2a2c204cd0 Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixes for service shutdown. 2007-06-27 17:03:07 +00:00
Marcel Holtmann
0a3d6e8998 Fixing the default device selection 2007-06-23 19:29:13 +00:00
Marcel Holtmann
32274fc77d Handle systems without a default headset 2007-06-23 18:57:42 +00:00
Luiz Augusto von Dentz
2cc84f0986 Fix storage code. 2007-06-23 18:21:23 +00:00
Marcel Holtmann
1af3ab2127 Don't load stored devices 2007-06-23 00:17:30 +00:00
Marcel Holtmann
1a03aad914 Add storage support and fixup messed up coding style 2007-06-22 23:50:24 +00:00
Luiz Augusto von Dentz
22dd53fe6e Update build to make use of newly create files. 2007-06-22 20:58:12 +00:00
Luiz Augusto von Dentz
eb0899c1c7 Make deprecated headset methods to rely on new device methods. 2007-06-18 21:08:35 +00:00
Johan Hedberg
7284382ac0 Add Headset gain control methods 2007-06-16 14:34:34 +00:00
Johan Hedberg
9217b7d4f8 Code cleanup 2007-06-09 06:26:01 +00:00
Johan Hedberg
16441b2106 Fix whitespace 2007-06-07 08:18:58 +00:00
Johan Hedberg
8acc6d7b78 Fix CreateHeadset to behave properly if an existing object was found 2007-06-07 08:09:57 +00:00
Luiz Augusto von Dentz
f1a8e719f5 Some fixes for audio code prototype. 2007-06-06 17:58:19 +00:00
Johan Hedberg
729824372e Implement Manager.FindDeviceByAddress method 2007-06-04 10:30:45 +00:00
Johan Hedberg
b3a5bafbf9 Only call headset_free if the device actually has headset support 2007-05-31 14:09:04 +00:00
Johan Hedberg
06e91735ba Fix typo 2007-05-31 11:48:02 +00:00
Johan Hedberg
a359e4becf Return error if no audio related services were found in a remote device 2007-05-31 11:47:29 +00:00
Johan Hedberg
04efa14f48 Bring the audio code up-to-date with the current API spec 2007-05-31 09:23:17 +00:00
Johan Hedberg
eb5c0bd71f Use global D-Bus connection for SDP transaction 2007-05-28 10:32:05 +00:00
Johan Hedberg
d2d76421ad Move unix socket functionality into unix.c 2007-05-26 17:17:34 +00:00
Johan Hedberg
242c84eea5 Add missing DeviceCreated signal 2007-05-19 19:21:28 +00:00
Johan Hedberg
b4cd9d1c7d Allocate memory for each handle in the list instead of casting between ints and pointers 2007-05-19 11:02:55 +00:00
Johan Hedberg
723fde49c5 Implement CreateDevice, associated SDP discovery and other necessary changes 2007-05-19 01:18:39 +00:00
Johan Hedberg
3568bdd8c1 Send HeadsetCreated signal when calling CreateHeadset 2007-05-18 19:19:35 +00:00
Johan Hedberg
b8695c1e98 Emit DeviceRemoved signal when a device gets removed 2007-05-18 19:13:13 +00:00
Johan Hedberg
491deff564 Implement RemoveDevice and ListDevices 2007-05-18 19:10:08 +00:00
Johan Hedberg
fb1612c373 Update code to match more closely to API description 2007-05-18 18:26:56 +00:00
Johan Hedberg
2bf938fe55 Add place holders for not yet implemented methods and signals 2007-05-18 09:15:54 +00:00
Johan Hedberg
2f9928fa78 Refactoring to allow adding support for more profiles 2007-05-15 12:45:35 +00:00
Johan Hedberg
86477ad906 Use dbus_connection_emit_signal for sending signals 2007-05-09 22:12:20 +00:00
Johan Hedberg
bbbc61a634 Convert to using generic dbus message dispatching 2007-05-09 15:51:02 +00:00
Johan Hedberg
6ecc275269 Use org.bluez.audio.Error interface for D-Bus error returns 2007-04-27 14:18:09 +00:00
Johan Hedberg
f5dcb96ae5 Free path string first when it is no longer needed 2007-04-20 12:15:20 +00:00
Johan Hedberg
260b175f47 Cleanup and small fixes 2007-04-13 11:51:00 +00:00
Johan Hedberg
a07ea139e5 A little more refactoring 2007-04-12 14:26:55 +00:00
Johan Hedberg
e41abf4a7c Remove unused functions 2007-04-12 14:05:18 +00:00
Johan Hedberg
e5aff3f6f7 Redo the manager-headset splitup by using object paths as public identifiers for headsets 2007-04-12 12:06:33 +00:00
Marcel Holtmann
1f6bcd79a3 Let the manager use global variables 2007-04-11 22:46:22 +00:00
Johan Hedberg
e0a2f55119 Cleanup, minor fixes, and missing signals 2007-04-11 11:19:58 +00:00
Johan Hedberg
0e64a016b5 Implement ListHeadsets method 2007-04-11 10:03:09 +00:00
Johan Hedberg
993e7c747c Implement ChangeDefaultHeadset and RemoveHeadset methods 2007-04-11 08:56:50 +00:00