aboutsummaryrefslogtreecommitdiff
path: root/serial/manager.c
AgeCommit message (Expand)Author
2010-11-28Remove unused includesJohan Hedberg
2010-05-21Remove old defines from serial codeGustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-01-01Update copyright informationMarcel Holtmann
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann
2009-05-27Make serial plugin to use adapter references.Luiz Augusto von Dentz
2009-01-01Update copyright informationMarcel Holtmann
2008-11-07Fix driver removal for serial port driver.Luiz Augusto von Dentz
2008-11-07Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz
2008-11-06Add OBEX UUIDs to the serial serviceJohan Hedberg
2008-11-06Get rid of the dialup-specific driverJohan Hedberg
2008-11-06Get rid of the name attribute for portsJohan Hedberg
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg
2008-09-08Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode
2008-09-04Renaming struct adapter to struct btd_adapter.Alok Barsode
2008-09-03Fixing serial plugin.Alok Barsode
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-08-13Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz
2008-08-12Make serial plugin to register adapter drivers.Luiz Augusto von Dentz
2008-08-05Introduce driver.c and driver.h files.Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann
2008-07-28Cleanup serial manager.Luiz Augusto von Dentz
2008-06-08Update probe/remove callback and implement serial APIMarcel Holtmann
2008-06-07Move some D-Bus helpers aroundMarcel Holtmann
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-07Fix invalid read and get rid of using object path user dataMarcel Holtmann
2008-06-06Fix the last remains of sending helpersMarcel Holtmann
2008-06-03Fix manager unregistrationMarcel Holtmann
2008-06-03Only unregister the manager pathMarcel Holtmann
2008-06-03Use proper unregister method for the serial proxyMarcel Holtmann
2008-06-03Make serial to use libgdbus functions.Luiz Augusto von Dentz
2008-05-29Change name_listener API to libgdbus watch APIJohan Hedberg
2008-05-27Use guint identifier for all name_listener operationsJohan Hedberg
2008-05-22Fix memory leak on proxy disable and some code cleanups.Luiz Augusto von Dentz
2008-05-20Fix issues with missing include for PATH_MAXMarcel Holtmann
2008-05-16Make serial service to use bt_rfcomm_listen_allocate.Luiz Augusto von Dentz
2008-05-15str2uuid function moved to commonCidorvan Leite
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz
2008-05-09Cleanup and removal of dbus internal calls.Luiz Augusto von Dentz
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-07g_ascii_isxdigit replaced to isxdigit function for eglib compatibility.Cidorvan Leite
2008-05-06Remove all serial ports on shutdownMarcel Holtmann
2008-05-05serial: check if the owner exited in the RFCOMM connect callbackClaudio Takahasi
2008-05-05serial: remove RFCOMM_RELEASE_ONHUP flag and close the channelClaudio Takahasi
2008-05-05serial: cleanupClaudio Takahasi
2008-05-05serial: fixed wrong error valueClaudio Takahasi
2008-05-05serial: missing channel unrefClaudio Takahasi
2008-04-29serial: using bt_rfcomm_connect functionClaudio Takahasi