aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-05-25Increase A2DP flush timeout from 120ms to 200ms.Nick Pelly
2011-05-25Changes flush timeout from 60 ms to 120 ms.Nick Pelly
2011-05-25Set A2DP L2CAP socket to flushable while streaming A2DP, and set the automaticNick Pelly
2011-05-25Add support for sending Broadcom coexistance setup commands for A2DP links.Nick Pelly
2011-05-25Add capabilities to bluetoothd.Jaikumar Ganesh
2009-08-28Move common files into src directoryMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-08-14Move logging functions into the daemonMarcel Holtmann
2009-08-14Remove dependency on logging helpersMarcel Holtmann
2009-06-08Set ctxt->session to NULL after calling sdp_close on itJohan Hedberg
2009-05-06Remove watch properly when doing bt_cancel_discovery.Luiz Augusto von Dentz
2009-05-04Fix BtIO race condition in detecting a closed file descriptorJohan Hedberg
2009-05-02Add printf format checking attributeMarcel Holtmann
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz
2009-04-01Fix memset of sco_optGustavo F. Padovan
2009-03-30Fix bug which prevent bt_io_get to query options.Luiz Augusto von Dentz
2009-03-24Fix off-by-one errorJohan Hedberg
2009-03-24Fix invalid memory access when dealing with URLsBastien Nocera
2009-03-13Don't truncate strings with embedded NULLsBastien Nocera
2009-02-25Default to close_on_unref = TRUE to avoid descriptor leaksJohan Hedberg
2009-02-24Shutdown IO channel in the case of errorJohan Hedberg
2009-02-23Properly fix unused read() result warningJohan Hedberg
2009-02-23Fix btio compilation warningsJohan Hedberg
2009-02-22Make BT_IO_OPT_INVALID 0 to allow use of the gcc sentinel featureJohan Hedberg
2009-02-20Add support for getting connection infoJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Cleanup old BtIO code.Luiz Augusto von Dentz
2009-02-18Set GError properly if listen() failsJohan Hedberg
2009-02-18Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER)Johan Hedberg
2009-02-18Add security level definitions to btio.hJohan Hedberg
2009-02-18Fix getting SCO MTUJohan Hedberg
2009-02-18Fix getting non-int va_arg valuesJohan Hedberg
2009-02-18Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITYJohan Hedberg
2009-02-18Move BT_SECURITY handling to their own functionsJohan Hedberg
2009-02-18Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz
2009-02-17Use const where appropriateJohan Hedberg
2009-02-16Convert BtIO API to use GErrorJohan Hedberg
2009-02-16Remove lm_flags from the btio public APIJohan Hedberg
2009-02-16Merge external btio reworkJohan Hedberg
2009-02-16Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg
2009-01-29Fix signed/unsigned integer comparison for helpersMarcel Holtmann
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Fix variable declaration after statementsMarcel Holtmann
2008-12-23Make rfcomm_listen_internal function staticMarcel Holtmann
2008-12-23Cleanup the BtIOError mess (enum/int comparison)Marcel Holtmann
2008-12-23Include logging.h for the prototypesMarcel Holtmann
2008-12-23Use a signed variable for lengthMarcel Holtmann
2008-11-13Fix possible invalid read.Luiz Augusto von Dentz
2008-11-11Make bt_name2string to handle UUID128 and HEX string formats.Luiz Augusto von Dentz
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz