aboutsummaryrefslogtreecommitdiff
path: root/serial/port.c
AgeCommit message (Expand)Author
2010-12-22Add a way to store the remote device typeVinicius Costa Gomes
2010-12-16Convert more D-Bus errors to btd_error_*Gustavo F. Padovan
2010-12-14Fix signess of err variable passed to strerrorJohan Hedberg
2010-12-14Use correct signess for err variableJohan Hedberg
2010-12-14serial: use btd_error_failed()Gustavo F. Padovan
2010-12-08convert error to btd_error_not_connected()Gustavo F. Padovan
2010-12-08convert errors to btd_error_not_authorized()Gustavo F. Padovan
2010-12-07Add btd_error_does_not_exist()Gustavo F. Padovan
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-01-01Update copyright informationMarcel Holtmann
2009-06-30Fix NULL check in find_port() for port->uuidJohan Hedberg
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz
2009-04-24Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.Luiz Augusto von Dentz
2009-04-19Fix uninitialized variable compiler warningJohan Hedberg
2009-04-15Add support to channel pattern in Serial interface.Luiz Augusto von Dentz
2009-04-14Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz
2009-04-11Make serial port to not use channels from record storage.Luiz Augusto von Dentz
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-03-23Be sure to remove the name listener in serial_port_freeJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make serial plugin to use BtIO API.Luiz Augusto von Dentz
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-12-15Revert previous change to g_timeout_add_secondsJohan Hedberg
2008-12-10Convert two more users to g_timeout_add_seconds()Marcel Holtmann
2008-12-01Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz
2008-11-08Store RFCOMM tty fd and close it before releaseJohan Hedberg
2008-11-07Fix driver removal for serial port driver.Luiz Augusto von Dentz
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz
2008-11-06Use bt_string2class instead of bt_string2uuid to avoid unecessary conversionJohan Hedberg
2008-11-06Fix checks for port->id valueJohan Hedberg
2008-11-06Get rid of the name attribute for portsJohan Hedberg
2008-10-17Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann
2008-09-06Fix org.bluez.Serial interfaceMarcel Holtmann
2008-07-30Fix possible check for not assigned devnode.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-07Move some D-Bus helpers aroundMarcel Holtmann
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-03Replace destroy method with proper unregister versionMarcel 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-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-06Remove all serial ports on shutdownMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann