summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix driver removal for serial port driver.Luiz Augusto von Dentz2008-11-071-3/+3
* Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz2008-11-071-3/+3
* Add OBEX UUIDs to the serial serviceJohan Hedberg2008-11-061-1/+4
* Get rid of the dialup-specific driverJohan Hedberg2008-11-061-23/+1
* Get rid of the name attribute for portsJohan Hedberg2008-11-061-18/+13
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-6/+17
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-1/+1
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-3/+2
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-3/+3
* Fixing serial plugin.Alok Barsode2008-09-031-1/+1
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-1/+0
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-17/+24
* Make serial plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-1036/+28
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1/+1
* Cleanup serial manager.Luiz Augusto von Dentz2008-07-281-839/+82
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-9/+10
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-6/+6
* Fix invalid read and get rid of using object path user dataMarcel Holtmann2008-06-071-61/+74
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-2/+4
* Fix manager unregistrationMarcel Holtmann2008-06-031-8/+2
* Only unregister the manager pathMarcel Holtmann2008-06-031-14/+2
* Use proper unregister method for the serial proxyMarcel Holtmann2008-06-031-1/+1
* Make serial to use libgdbus functions.Luiz Augusto von Dentz2008-06-031-203/+162
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-24/+16
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-1/+1
* Fix memory leak on proxy disable and some code cleanups.Luiz Augusto von Dentz2008-05-221-58/+46
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Make serial service to use bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-161-77/+20
* str2uuid function moved to commonCidorvan Leite2008-05-151-39/+3
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* Cleanup and removal of dbus internal calls.Luiz Augusto von Dentz2008-05-091-411/+218
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-2/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-3/+4
* g_ascii_isxdigit replaced to isxdigit function for eglib compatibility.Cidorvan Leite2008-05-071-1/+1
* Remove all serial ports on shutdownMarcel Holtmann2008-05-061-0/+2
* serial: check if the owner exited in the RFCOMM connect callbackClaudio Takahasi2008-05-051-0/+4
* serial: remove RFCOMM_RELEASE_ONHUP flag and close the channelClaudio Takahasi2008-05-051-1/+2
* serial: cleanupClaudio Takahasi2008-05-051-8/+0
* serial: fixed wrong error valueClaudio Takahasi2008-05-051-2/+2
* serial: missing channel unrefClaudio Takahasi2008-05-051-0/+1
* serial: using bt_rfcomm_connect functionClaudio Takahasi2008-04-291-85/+21
* Added support for non-Bluetooth UUIDsCidorvan Leite2008-04-151-7/+12
* Add/Remove records directly instead of use D-Bus messagesCidorvan Leite2008-03-271-104/+26
* Convert serial service to a pluginMarcel Holtmann2008-03-221-2/+2
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2008-01-281-4/+4
* serial: added ConnectServiceFromAdapterClaudio Takahasi2007-12-211-25/+59