summaryrefslogtreecommitdiffstats
path: root/serial
Commit message (Collapse)AuthorAgeFilesLines
* Be sure to remove the name listener in serial_port_freeJohan Hedberg2009-03-231-0/+6
|
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
|
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-5/+5
|
* Remove unused functionJohan Hedberg2009-02-252-34/+0
|
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
|
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-192-3/+3
|
* Make serial plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-27/+56
|
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-292-2/+4
|
* Update copyright informationMarcel Holtmann2009-01-019-9/+9
|
* Add missing include definitionsMarcel Holtmann2008-12-232-0/+2
|
* Remove old serial-api.txt documentation fileMarcel Holtmann2008-12-222-178/+0
|
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-151-2/+2
| | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used.
* Convert two more users to g_timeout_add_seconds()Marcel Holtmann2008-12-101-2/+3
|
* Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz2008-12-011-1/+6
|
* Store RFCOMM tty fd and close it before releaseJohan Hedberg2008-11-081-0/+8
|
* Fix driver removal for serial port driver.Luiz Augusto von Dentz2008-11-073-14/+7
| | | | | | Because of the last changes serial port driver would not remove all ports registered on probe just the one registered with serial port uuid if registered.
* Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz2008-11-071-3/+3
| | | | | This will make serial driver to get probed for any record which has RFCOMM UUID.
* Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz2008-11-061-13/+1
| | | | | | | Since bt_string2class didn't work for UUID128 in string format the name got changed to be more suggestive. bt_name2string was introduced to prevent potential use of bt_string2uuid followed with bt_uuid2string which turns to do the same conversion twice.
* Use bt_string2class instead of bt_string2uuid to avoid unecessary conversionJohan Hedberg2008-11-061-1/+6
|
* Add OBEX UUIDs to the serial serviceJohan Hedberg2008-11-061-1/+4
|
* Fix checks for port->id valueJohan Hedberg2008-11-061-4/+5
|
* Get rid of the dialup-specific driverJohan Hedberg2008-11-061-23/+1
| | | | We can simply use the serial-driver and add the dialup UUID to its list.
* Get rid of the name attribute for portsJohan Hedberg2008-11-063-28/+36
| | | | | The name was used for matching against friendly-name strings but we can just as well derive it from the port UUID.
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
|
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-161-12/+7
|
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-6/+17
| | | | | 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.
* Fix invalid read when passing a path which happens to be freed on destroy ↵Luiz Augusto von Dentz2008-09-231-1/+3
| | | | callback function.
* 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
|
* Fix distribution includesMarcel Holtmann2008-09-061-1/+1
|
* Fix D-Bus API for serial and network pluginsMarcel Holtmann2008-09-061-2/+2
|
* Remove old serial test scriptMarcel Holtmann2008-09-061-40/+0
|
* Fix org.bluez.Serial interfaceMarcel Holtmann2008-09-061-1/+1
|
* Fix D-Bus connection initMarcel Holtmann2008-09-061-1/+2
|
* Serial: Missing DBusConnection unrefClaudio Takahasi2008-09-051-7/+8
|
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-3/+3
|
* Fixing serial plugin.Alok Barsode2008-09-031-1/+1
|
* Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes2008-08-251-0/+2
|
* 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-125-1046/+1205
|
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
|
* Fix possible check for not assigned devnode.Luiz Augusto von Dentz2008-07-301-1/+1
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-293-3/+3
|
* Cleanup serial manager.Luiz Augusto von Dentz2008-07-284-1194/+409
|
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+1
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-2/+4
| | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-1/+1
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Renaming device to btd_device and making theAlok Barsode2008-07-281-7/+10
| | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
|